Commit graph

36156 commits

Author SHA1 Message Date
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
dotnet-maestro[bot]
fd45c75781 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.24172.7 -> To Version 8.0.300-preview.24172.17

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp
 From Version 12.8.300-beta.24168.9 -> To Version 12.8.300-beta.24171.7 (parent: Microsoft.NET.Sdk
2024-03-22 18:01:55 +00: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
0597a03186
[release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19141) 2024-03-22 10:13:55 -07:00
JL03-Yue
f9ee4506be
[release/8.0.3xx] Update dependencies from dotnet/arcade (#19140) 2024-03-22 10:13:40 -07: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]
f1314e0554 Update dependencies from https://github.com/dotnet/arcade-services build
Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24170.2 -> To Version 1.1.0-beta.24171.1
2024-03-22 13:04:22 +00:00
dotnet-maestro[bot]
3d274caac3 Update dependencies from https://github.com/dotnet/arcade build
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.24165.4 -> To Version 8.0.0-beta.24170.6
2024-03-22 12:58:55 +00: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
dotnet-maestro[bot]
65eecbb634
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19138)
[release/8.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 4.10.0-3.24168.9 to 4.10.0-3.24171.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.10.0-preview-24162-02 to 17.10.0-preview-24171-01 (parent: Microsoft.NET.Sdk)
2024-03-22 09:50:08 +00:00
v-wuzhai
792d32b9f7
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19136) 2024-03-22 14:40:27 +08:00
dotnet-maestro[bot]
1394de7931 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.24170.28 -> To Version 8.0.300-preview.24171.18

Dependency coherency updates

Microsoft.NET.Test.Sdk
 From Version 17.10.0-preview-24169-03 -> To Version 17.10.0-preview-24170-01 (parent: Microsoft.NET.Sdk
2024-03-22 05:06:57 +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
b32e88ddb8
[release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19125) 2024-03-21 13:40:04 -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]
7ac1ee98a5 Update dependencies from https://github.com/dotnet/arcade-services build
Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24170.1 -> To Version 1.1.0-beta.24170.2
2024-03-21 12:49:57 +00: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
v-wuzhai
aed25da6a9
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19123) 2024-03-21 13:37:41 +08:00
dotnet-maestro[bot]
f4fdbfe1a1 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.98 -> To Version 8.0.300-preview.24170.28

Dependency coherency updates

Microsoft.NET.Test.Sdk
 From Version 17.10.0-preview-24163-01 -> To Version 17.10.0-preview-24169-03 (parent: Microsoft.NET.Sdk
2024-03-21 03:43:59 +00:00
v-wuzhai
140281d5f1
[release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19111) 2024-03-21 11:07:54 +08: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
Ladi Prosek
4c8fb55b04
Revert "[release/8.0.2xx] NGEN Microsoft.DotNet.MSBuildSdkResolver.dll and its dependencies (#17750)" (#19112)
This reverts commit f0c4e4e14c.

Fixes [AB#1994786](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1994786/)

The MSBuild change which took advantage of this was reverted in 17.9 because it introduced issues in installations that don't have the .NET SDK component installed. We are fixing the bug in 9.0 by making changes to the dependencies of `Microsoft.DotNet.MSBuildSdkResolver` (see https://github.com/dotnet/sdk/pull/39573) so this should stay in main. I am reverting it only in 8.0.3xx / 17.10 to fix the `Build_Ngen_InvalidAssemblyCount` counter which was flagged as a regression by PerfDDRITs.
2024-03-20 16:34:57 +01:00
dotnet-maestro[bot]
4304228b0b Update dependencies from https://github.com/dotnet/arcade-services build
Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24168.5 -> To Version 1.1.0-beta.24170.1
2024-03-20 12:53:41 +00:00
v-wuzhai
15de083f72
[release/8.0.3xx] Update dependencies from dotnet/sdk (#19108) 2024-03-20 17:26:52 +08:00