Commit graph

33093 commits

Author SHA1 Message Date
Michael Yanni
ed59078629 Use Microsoft.Build.NoTargets for the SdkResolver.csproj and VSTemplateLocator.csproj projects. Added the projects back to the SLN so they build using the proper configuration (debug/release). 2023-12-13 16:40:29 -08:00
Michael Yanni
d9cc884725 Update file comment about usage in DownloadPackage.csproj. 2023-12-12 18:21:55 -08:00
Michael Yanni
a4235dc472 Move DownloadPackage.csproj to the projects directory for redist. Clean up formatting in SdkTests.csproj. Removed the empty <TargetPath></TargetPath> from SdkTests.csproj to allow loading in VS. 2023-12-12 18:19:48 -08:00
Michael Yanni
396af3ea4a Move SdkResolver.csproj and VSTemplateLocator.csproj into projects under redist. Added more comments to DownloadPackage.csproj. 2023-12-12 17:45:41 -08:00
Michael Yanni
049f9653cd Removed LayoutTool.csproj. Reused DownloadPackage.csproj and merged the target from LayoutTool.csproj directly into where it was used in BundledDotnetTools.targets. Added comments to DownloadPackage.csproj. 2023-12-12 16:33:10 -08:00
Michael Yanni
7e94deaa25 Simplify the DownloadPackage.csproj by using the NoTargets SDK. 2023-12-11 18:25:17 -08:00
Michael Yanni
47cb621530 Added Valleysoft.DockerCredsProvider.dll to be ignored for signing. 2023-12-11 15:49:14 -08:00
Michael Yanni
a6fd8cadb9 Update pathing for the moving of packaging and clisdk folders/files. 2023-12-08 16:04:43 -08:00
Michael Yanni
cdf09f89c6 Moved contents of both clisdk folders from osx/windows up a directory. 2023-12-08 15:37:22 -08:00
Michael Yanni
d35882b920 Moved packaging up a directory into redist from targets. 2023-12-08 15:31:58 -08:00
Michael Yanni
3f7756f886 Added some comments to Version.Details.xml for packages that may not be necessary. Manual formatting cleanup for targets in the redist project. 2023-12-06 17:50:22 -08:00
Michael Yanni
93399cf796 Minor formatting cleanup. 2023-11-17 13:28:43 -08:00
Michael Yanni
b5323ace9b Minor formatting cleanup. 2023-11-13 15:19:16 -08:00
Michael Yanni
32c3e4e8d0 Minor simplification and cleanup. The record I created didn't work for the 4.7.2 build, so changed it to class. 2023-11-13 13:20:00 -08:00
Michael Yanni
b25079d9e6 Lots of minor cleanup and simplification. 2023-11-10 17:50:52 -08:00
Michael Yanni
c42fb4c641 Cleanup extra qualification. Cleanup redundant casting. Cleanup usings. Set var suggestion to none. 2023-11-10 17:23:47 -08:00
Michael Yanni
67cbc0dd65 Applied expression bodies for methods to solution. 2023-11-10 17:08:10 -08:00
Michael Yanni
c9ab438e6c Remove no longer applicable workaround in run-build.ps1. Applied expression bodied properties to solution. 2023-11-10 17:07:05 -08:00
Přemek Vysoký
03b1532ebf
Fix the author of VMR commits (#17759) 2023-11-10 14:30:21 +00:00
Alexander Köplinger
4b111cdb0d
Use correct yaml block style in vmr-synchronization.yml (#17758) 2023-11-10 13:05:36 +00:00
Alexander Köplinger
e0d2e1c4fa
Set git author information in vmr-synchronization.yml (#17757) 2023-11-10 11:59:15 +00:00
Robin Lindner
65d8a464e1
Remove empty class (#14072)
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2023-11-10 12:48:42 +01:00
dotnet-maestro[bot]
0b555e6107
[main] Update dependencies from dotnet/arcade (#17756)
[main] Update dependencies from dotnet/arcade
2023-11-10 11:08:41 +00:00
v-wuzhai
0d6b1dd282
[main] Update dependencies from dotnet/test-templates (#17755) 2023-11-09 21:32:51 -08:00
Jason Zhai
5a5fa5448f Merge branch 'main' of https://github.com/dotnet/installer into darc-main-45c0edfb-935d-439b-8026-4c7697fa23c8 2023-11-09 18:36:30 -08:00
v-wuzhai
686a27b3a2
[automated] Merge branch 'release/8.0.2xx' => 'main' (#17742) 2023-11-09 17:58:54 -08:00
dotnet-maestro[bot]
7feb8521ff Update dependencies from https://github.com/dotnet/test-templates build 20231109.1
Microsoft.DotNet.Test.ProjectTemplates.6.0 , Microsoft.DotNet.Test.ProjectTemplates.7.0 , Microsoft.DotNet.Test.ProjectTemplates.8.0 , Microsoft.DotNet.Test.ProjectTemplates.9.0
 From Version 1.1.0-rc.23558.2 -> To Version 1.1.0-rc.23559.1
2023-11-10 00:13:33 +00:00
Matt Thalman
81c9bea209
SB patch for net9.0 TFM in SBRP (#17749) 2023-11-09 20:21:05 +00:00
Codrin-Victor Poienaru
00178e6f21
Insert net9.0 test templates (#17745) 2023-11-09 09:52:19 -08:00
dotnet-maestro[bot]
3669cc95e9
[main] Update dependencies from dotnet/sdk (#17741)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Jason Zhai <v-wuzhai@microsoft.com>
2023-11-09 08:54:14 -08:00
Ladi Prosek
6ebd35075d
NGEN Microsoft.DotNet.MSBuildSdkResolver.dll and its dependencies (#17732)
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-09 08:58:28 +01:00
v-wuzhai
9050524e31
[main] Update dependencies from dotnet/source-build-reference-packages (#17736) 2023-11-08 23:57:42 -08:00
Jason Zhai
c18dc73da1 Merge branch 'release/6.0.4xx' into release/7.0.1xx 2023-11-08 23:26:37 -08:00
Jason Zhai
dae8bb507d Merge branch 'main' of https://github.com/dotnet/installer into darc-main-15b2b1e8-269e-4920-9507-c9399ccf692d 2023-11-08 22:57:08 -08:00
v-wuzhai
79d97389f8
[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.2xx' (#17709) 2023-11-08 21:58:59 -08:00
v-wuzhai
6dacaabe2a
[automated] Merge branch 'release/8.0.2xx' => 'main' (#17642) 2023-11-08 21:58:32 -08:00
dotnet-maestro[bot]
c05d8de93f
[main] Update dependencies from dotnet/arcade (#17740)
[main] Update dependencies from dotnet/arcade
2023-11-09 04:32:58 +00:00
dotnet-maestro[bot]
2994cf7fd1
[main] Update dependencies from dotnet/sdk (#17737)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.AspNetCore.App.Ref: from 9.0.0-alpha.1.23557.6 to 9.0.0-alpha.1.23558.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 9.0.0-alpha.1.23557.6 to 9.0.0-alpha.1.23558.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23557.6 to 9.0.0-alpha.1.23558.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23557.6 to 9.0.0-alpha.1.23558.1 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 9.0.0-alpha.1.23557.6 to 9.0.0-alpha.1.23558.1 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 9.0.0-alpha.1.23557.6 to 9.0.0-alpha.1.23558.1 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 9.0.0-alpha.1.23557.6 to 9.0.0-alpha.1.23558.1 (parent: Microsoft.NET.Sdk)
2023-11-09 03:35:52 +00:00
Ella Hathaway
41b9905e88
Run dotnet-dotnet pipeline at midnight PST (#17738) 2023-11-08 15:20:43 -08:00
Marc Paine
6c07390ce4
Remove the 8.0.1xx table since the builds are now internal (#17681) 2023-11-08 13:55:08 -08:00
dotnet-maestro[bot]
e858c9c889
[main] Update dependencies from dotnet/sdk (#17733)
[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - VS.Redist.Common.NetCore.SharedFramework.x64.9.0: from 9.0.0-alpha.1.23557.14 to 9.0.0-alpha.1.23558.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 9.0.0-alpha.1.23557.14 to 9.0.0-alpha.1.23558.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.9.0: from 9.0.0-alpha.1.23557.14 to 9.0.0-alpha.1.23558.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 9.0.0-alpha.1.23557.14 to 9.0.0-alpha.1.23558.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 9.0.0-alpha.1.23557.14 to 9.0.0-alpha.1.23558.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Test.Sdk: from 17.9.0-preview-23556-02 to 17.9.0-preview-23557-03 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 9.0.0-alpha.1.23557.14 to 9.0.0-alpha.1.23558.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 9.0.0-alpha.1.23557.14 to 9.0.0-alpha.1.23558.3 (parent: Microsoft.NET.Sdk)
2023-11-08 20:43:42 +00:00
dotnet-maestro[bot]
47432c1ab2 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20231108.1
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.23556.4 -> To Version 9.0.0-alpha.1.23558.1
2023-11-08 20:20:22 +00:00
dotnet-maestro[bot]
c039c1d6ac
[main] Update dependencies from dotnet/arcade (#17730)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-11-08 10:16:49 -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]
86744a0f03
[main] Update dependencies from dotnet/test-templates (#17728)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2023-11-08 10:16:32 -08:00
Matt Thalman
a2f28cec25 Remove darc feed 2023-11-08 08:16:18 -06:00
v-wuzhai
5d1551674c
[main] Update dependencies from dotnet/sdk (#17727) 2023-11-08 01:57:39 -08:00
Jason Zhai
b7bae3f7ae Revert "stabilize package versions" 2023-11-08 01:56:05 -08:00
v-wuzhai
21dca90410
[main] Update dependencies from dotnet/source-build-externals (#17707) 2023-11-08 01:33:51 -08:00
dotnet-maestro[bot]
ba7027241e Update dependencies from https://github.com/dotnet/sdk build 20231108.1
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-alpha.1.23557.34 -> To Version 9.0.100-alpha.1.23558.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
 From Version 9.0.0-alpha.1.23557.1 -> To Version 9.0.0-alpha.1.23557.6 (parent: Microsoft.NET.Sdk
2023-11-08 08:55:10 +00:00