Commit graph

35997 commits

Author SHA1 Message Date
dotnet-maestro[bot]
dec25d7407 Update dependencies from https://github.com/dotnet/sdk build
Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-preview.4.24173.5 -> To Version 9.0.100-preview.4.24174.4

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.SourceBuild.Intermediate.aspnetcore,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild
 From Version 9.0.0-preview.4.24172.1 -> To Version 9.0.0-preview.4.24173.1 (parent: Microsoft.NET.Sdk
2024-03-25 04:20:08 +00:00
v-wuzhai
42139929a1
[main] Update dependencies from dotnet/arcade (#19161) 2024-03-25 11:08:46 +08:00
dotnet-maestro[bot]
e94ba441aa Update dependencies from https://github.com/dotnet/sdk build
Microsoft.SourceBuild.Intermediate.sdk , Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-preview.4.24173.5 -> To Version 9.0.100-preview.4.24174.1

Dependency coherency updates

Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.0-preview.4.24173.2 -> To Version 9.0.0-preview.4.24173.3 (parent: Microsoft.NET.Sdk
2024-03-25 03:08:28 +00:00
Viktor Hofer
b58a831895
Enable vstest in VMR unified-build (#19030) 2024-03-24 13:12:49 +00:00
dotnet-maestro[bot]
17693246b6 Update dependencies from https://github.com/dotnet/arcade build
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.24171.5 -> To Version 9.0.0-beta.24172.4
2024-03-24 12:12:54 +00:00
dotnet-maestro[bot]
84e198b55e
[main] Update dependencies from dotnet/sdk (#19165)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2024-03-24 08:33:40 +00:00
Chet Husk
420a491027
Generate a props file that can be used to detect MSBuild version mismatches (#19144) 2024-03-23 11:07:07 -05:00
dotnet-maestro[bot]
ee6d8c81d3
[main] Update dependencies from dotnet/sdk (#19116)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
Co-authored-by: JL03-Yue <59816815+JL03-Yue@users.noreply.github.com>
2024-03-23 14:13:57 +00:00
dotnet-maestro[bot]
1af2fb0c64 Update dependencies from https://github.com/dotnet/arcade build
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.24171.5 -> To Version 9.0.0-beta.24172.4
2024-03-23 12:17:44 +00:00
Michael Yanni
ef7b033e7c
Temporarily disable CredScan (#19159) 2024-03-22 16:11:05 -07:00
Jackson Schuster
9faacebc1b Merge branch 'main' of https://github.com/dotnet/installer into TestProjectValidation 2024-03-22 15:44:52 -07:00
Ella Hathaway
7faec17039
Allow new WPF binaries in the VMR (#19154) 2024-03-22 22:08:16 +00:00
Michael Yanni
76a3e60094 Workaround for MicroBuild causing build failures for CredScan. 2024-03-22 14:44:05 -07:00
Ella Hathaway
06e60a19d9 Update artifact sizes baseline 2024-03-22 21:34:23 +00:00
Ella Hathaway
696ad911ee
Allow Winforms binary in VMR (#19155) 2024-03-22 19:59:04 +00:00
Chet Husk
ac487ddeb1 Fix reading of minimum MSBuild version 2024-03-22 13:23:06 -05:00
Jackson Schuster
2a70b8a4dc Use one env var to work around msbuild escaping 2024-03-22 10:37:04 -07:00
Chet Husk
105947752d
Merge branch 'main' into generate-msbuild-props-file 2024-03-22 12:15:40 -05:00
JL03-Yue
6b3347372e
[main] Update dependencies from dotnet/arcade (#19139) 2024-03-22 10:13:34 -07:00
Chet Husk
38966b4a7c Generate a props file that can be used to detect MSBuild version mismatches.
We know the minimum and 'bundled' MSbuild versions, but users may build a project with newer SDKs than we expected (specifically when full-framework MSBuild is starting the build of an SDK-style project).
When this occurs, we'd like to automatically condition the use of PackageReferences meant to ensure compatibility of the Roslyn toolchain, so we need to know if we are in this mismatched situation.
A fast and simple way to do this is to 'stamp' the 'expected' version
of MSBuild during product construction and compare that to the
'current' version being used during the actual build.
2024-03-22 11:43:18 -05:00
Nikola Milosavljevic
049c92b4d3
Use package source mappings in VMR build (#19114)
Co-authored-by: Michael Simons <msimons@microsoft.com>
2024-03-22 07:31:28 -07:00
Ella Hathaway
700ed9e1dd
Additional Binary Exclusions (#19135) 2024-03-22 09:09:24 -05:00
dotnet-maestro[bot]
07978f19ee Update dependencies from https://github.com/dotnet/arcade build
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks
 From Version 9.0.0-beta.24170.7 -> To Version 9.0.0-beta.24171.5
2024-03-22 12:17:31 +00:00
Ella Hathaway
3a619503f0
Remove cloaked binaries (#18563) 2024-03-21 17:07:19 -07:00
JL03-Yue
e1536bf658
[main] Update dependencies from dotnet/test-templates (#19124) 2024-03-21 14:58:09 -07:00
JL03-Yue
0f06fc0ee0
Merge branch 'main' into darc-main-0f8644d2-f1b6-4388-84a3-24df6704f81f 2024-03-21 13:39:58 -07:00
Michael Yanni
79f35dcddc
Auto-generated baselines by 1ES Pipeline Templates (#19127) 2024-03-21 11:34:44 -07:00
Michael Yanni
a231489d1e Add the baselines necessary for SDL tooling. 2024-03-21 10:10:11 -07:00
Jackson Schuster
a82bdc9bf3 PR feedback
- Move Directory.Build.props to build UB tests with arcade
- Use msbuild task to run tests rather than exec
- Update old condition for building UB tests
2024-03-21 10:03:54 -07:00
Jackson Schuster
3a96da9876 Merge branch 'main' of https://github.com/dotnet/installer into TestProjectValidation 2024-03-21 08:24:32 -07:00
Jackson Schuster
5c57672381 Update assets, log sdk download info during setup 2024-03-21 08:23:58 -07:00
dotnet-maestro[bot]
8cd4555d34 Update dependencies from https://github.com/dotnet/test-templates build
Microsoft.SourceBuild.Intermediate.test-templates , Microsoft.DotNet.Test.ProjectTemplates.8.0 , Microsoft.DotNet.Test.ProjectTemplates.9.0
 From Version 1.1.0-rc.24168.1 -> To Version 1.1.0-rc.24171.1
2024-03-21 09:19:44 +00:00
dotnet-maestro[bot]
452ec433aa
[main] Update dependencies from dotnet/arcade (#19096)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: JL03-Yue <59816815+JL03-Yue@users.noreply.github.com>
2024-03-21 07:49:09 +00:00
Michael Yanni
e2cd442a8f
Fix indentation for log copy (#19122) 2024-03-21 07:40:20 +01:00
Jackson Schuster
43e52e867e Update baselines with correct msft and ub sdks 2024-03-20 22:58:40 -07:00
Jackson Schuster
d85e153aeb Fix env var mismatch 2024-03-20 17:08:15 -07:00
Jackson Schuster
4efaf69087
Merge branch 'main' into TestProjectValidation 2024-03-20 15:15:05 -07:00
Ella Hathaway
e8ca46aac6
Updates to Binary Tooling (#19043) 2024-03-20 22:02:21 +00:00
Jackson Schuster
736b6f45c9 Add linux file diff exclusions 2024-03-20 14:45:52 -07:00
Jackson Schuster
7180f58733 Clean up testing and move sdk download to test project 2024-03-20 14:43:00 -07:00
Michael Yanni
f3f5ce0ce0
1ES templates - small cleanup (#19104) 2024-03-20 13:59:50 -07:00
Michael Simons
c2f20810fe
Remove the format repo which was merged into sdk (#19113) 2024-03-20 15:54:56 +00:00
dotnet-maestro[bot]
eaacb55a77
[main] Update dependencies from dotnet/sdk (#19080)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: JL03-Yue <59816815+JL03-Yue@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-20 08:31:28 +00:00
dotnet-maestro[bot]
82099924ef
[main] Update dependencies from dotnet/source-build-externals (#19097)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: JL03-Yue <59816815+JL03-Yue@users.noreply.github.com>
Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
2024-03-20 07:47:42 +00:00
Jason Zhai
0d2d5bb44a Merge branch 'release/8.0.3xx' 2024-03-19 23:31:00 -07:00
Marc Paine
8d6948ee11
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19103) 2024-03-19 15:34:46 -07:00
Marc Paine
3804d2142f
Remove 2.1-5.0 templates (#19094) 2024-03-19 15:34:32 -07:00
Michael Yanni
e12929ec31 Allow template to switch to Unofficial when running a pull request. Remove component governance ignore folder parameter. Remove custom build tags. 2024-03-19 14:52:10 -07:00
Jackson Schuster
a783e3b6a9 Remove assemblies that aren't in both sdk's from version validation 2024-03-19 14:41:22 -07:00
dotnet-maestro[bot]
3f9cf68649 Update dependencies from https://github.com/dotnet/sdk build
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.300-preview.24169.3 -> To Version 8.0.300-preview.24169.27
2024-03-19 21:36:26 +00:00