Commit graph

32391 commits

Author SHA1 Message Date
Noah Gilson
11e80f30f6
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#17787) 2023-11-15 09:48:53 -08:00
Jason Zhai
87b787239d Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-11-14 23:40:54 -08:00
Noah Gilson
e2f576f840
[release/8.0.1xx] Update dependencies from dotnet/arcade (#17635) 2023-11-14 15:20:35 -08:00
NET Source-Build Bot
e94d69fbe7
.NET Source-Build 8.0.100 November 2023 Updates (#17784) 2023-11-14 15:36:29 -06:00
Noah Gilson
7be3f8efa3
[release/8.0.1xx] Update dependencies from dotnet/source-build-reference-packages (#17708) 2023-11-14 11:47:29 -08:00
Marc Paine
5b2c4a0243
Disable crossgen and zip file creation in the local dev build unless -pack is used (#17478) 2023-11-14 10:07:22 -08:00
Marc Paine
7b966d51c6
fix indent 2023-11-14 09:32:22 -08:00
dotnet-maestro[bot]
a51c9e2120 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-14 13:35:39 +00:00
dotnet-maestro[bot]
3ae588aa3f Update dependencies from https://github.com/dotnet/arcade build 20231106.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
2023-11-14 13:34:18 +00:00
github-actions[bot]
f0c4e4e14c
[release/8.0.2xx] NGEN Microsoft.DotNet.MSBuildSdkResolver.dll and its dependencies (#17750)
Backport of #17732 to release/8.0.2xx

MSBuild.exe currently spends a significant amount of time JITting `Microsoft.DotNet.MSBuildSdkResolver` and its dependencies, see https://github.com/dotnet/msbuild/issues/9303 for details.

This PR makes Visual Studio installer add these assemblies to the NGEN queue, which is a necessary condition for eliminating JITting. Just like `Microsoft.Build.*` assemblies, we need to NGEN these with two configurations: vsn.exe so it works in the devenv process, and MSBuild.exe so it works in MSBuild satellite processes.
2023-11-14 10:49:41 +01:00
Noah Gilson
34fab983ad
Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-79cbb9db-a7cb-4b97-acdd-a28b0df6375b 2023-11-13 11:22:18 -08:00
dotnet-maestro[bot]
b0132c0ce0 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-13 13:26:17 +00:00
dotnet-maestro[bot]
662caee5c6 Update dependencies from https://github.com/dotnet/arcade build 20231106.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
2023-11-13 13:24:42 +00:00
dotnet-maestro[bot]
ed29d3f30e Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-12 13:28:07 +00:00
dotnet-maestro[bot]
1785748951 Update dependencies from https://github.com/dotnet/arcade build 20231106.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
2023-11-12 13:26:35 +00:00
dotnet-maestro[bot]
97a6533163 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-11 13:34:05 +00:00
dotnet-maestro[bot]
b16a043b13 Update dependencies from https://github.com/dotnet/arcade build 20231106.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
2023-11-11 13:32:30 +00:00
dotnet-maestro[bot]
830603fd8e Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-10 13:34:42 +00:00
dotnet-maestro[bot]
680684c6b5 Update dependencies from https://github.com/dotnet/arcade build 20231106.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
2023-11-10 13:33:02 +00:00
Jason Zhai
fa400ec1b7 Add dotnet-sdk feed 2023-11-09 21:37:03 -08:00
Marc Paine
ca5f6b0077 Add comments explaining why these targets are disabled
Clean up the run-build script
2023-11-09 13:26:53 -08:00
Marc Paine
fed94d5f58
Update branding to 8.0.101 (#17719) 2023-11-09 13:22:38 -08:00
dotnet-maestro[bot]
8b32358b91 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-09 13:37:23 +00:00
dotnet-maestro[bot]
afb8a43b48 Update dependencies from https://github.com/dotnet/arcade build 20231106.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
2023-11-09 13:35:30 +00:00
v-wuzhai
79d97389f8
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#17709) 2023-11-08 21:58:59 -08:00
William Godbe
de66fe5b4b
Update Versions.props 2023-11-08 16:38:53 -08:00
William Godbe
2a6e1c3f47
Update Versions.props 2023-11-08 16:33:51 -08:00
dotnet-maestro[bot]
bbbba62fb7
[release/8.0.2xx] Update dependencies from dotnet/arcade (#17731)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-11-08 10:16:40 -08:00
dotnet-maestro[bot]
6c59b20e0d Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-08 13:41:20 +00:00
dotnet-maestro[bot]
5b89abdd87 Update dependencies from https://github.com/dotnet/arcade build 20231106.5
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23556.5
2023-11-08 13:39:00 +00:00
Jason Zhai
b7bae3f7ae Revert "stabilize package versions" 2023-11-08 01:56:05 -08:00
Jason Zhai
e552fd48f3 Merge branch 'release/8.0.1xx' into release/8.0.2xx 2023-11-08 00:44:27 -08:00
Sean Reeser
0ca5cfe320 Update branding to 8.0.101 2023-11-07 10:59:33 -08:00
Přemek Vysoký
c7ee8f18f4
[release/8.0.1xx] Bump darc to fix VMR sync (#17704) 2023-11-07 07:05:56 -08:00
dotnet-maestro[bot]
bee3cc7bc9 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231106.3
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.23516.4 -> To Version 8.0.0-alpha.1.23556.3
2023-11-07 13:38:40 +00:00
dotnet-maestro[bot]
4d09393682 Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-11-07 13:37:01 +00:00
v-wuzhai
dd100642bd
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#17646) 2023-11-07 00:15:31 -08:00
Jason Zhai
b681d51cbb Merge branch 'release/8.0.2xx' of https://github.com/dotnet/installer into merge/release/8.0.1xx-to-release/8.0.2xx 2023-11-06 23:41:13 -08:00
dotnet-maestro[bot]
abb65162de Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-11-06 13:27:53 +00:00
dotnet-maestro[bot]
5d0a36c82e Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-11-05 13:24:23 +00:00
dotnet-maestro[bot]
a28ad7a81b Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-11-04 12:30:25 +00:00
dotnet-maestro[bot]
186bcd5e4d Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-11-03 12:33:22 +00:00
dotnet-maestro[bot]
2850cac87d Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-11-02 12:32:17 +00:00
dotnet-maestro[bot]
9e86ecb940 Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-11-01 12:36:27 +00:00
dotnet-maestro[bot]
38c1856064 Update dependencies from https://github.com/dotnet/arcade build 20231025.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk
 From Version 8.0.0-beta.23516.4 -> To Version 8.0.0-beta.23525.4
2023-10-31 12:36:52 +00:00
v-wuzhai
42e212f8e8
[release/8.0.2xx] Update dependencies from dotnet/arcade (#17650) 2023-10-30 19:02:17 -07:00
github-actions[bot]
ae28d5bc06
[release/8.0.1xx] Update source build pipeline triggers (#17659)
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
2023-10-30 14:46:36 -05:00
Matt Thalman
1e64f53bd8
Update SDK diff baseline (#17660) 2023-10-30 18:52:31 +00:00
Přemek Vysoký
3e660e4544
Do not fetch again in VMR synchronization (#17658) 2023-10-30 18:18:45 +00:00
Přemek Vysoký
b5d77c4daf
[release/8.0.1xx] Check out the correct target VMR branch (#17656) 2023-10-30 09:39:58 -07:00