Commit graph

28126 commits

Author SHA1 Message Date
v-wuzhai
880ee7fd66
[release/7.0.2xx] Update dependencies from dotnet/sdk (#15165) 2022-12-21 02:03:07 -08:00
Jason Zhai
26c5f71b86 Merge branch 'release/6.0.3xx' into release/6.0.4xx 2022-12-21 00:08:52 -08:00
dotnet-maestro[bot]
cfe6df86a3 Update dependencies from https://github.com/dotnet/sdk build 20221220.8
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22620.3 -> To Version 7.0.200-preview.22620.8

Dependency coherency updates

Microsoft.Build,NuGet.Build.Tasks
 From Version 17.5.0-preview-22615-01 -> To Version 17.5.0-preview-22620-02 (parent: Microsoft.NET.Sdk
2022-12-21 07:48:16 +00:00
dotnet-maestro[bot]
af51cfb881 Update dependencies from https://github.com/dotnet/sdk build 20221220.6
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22620.3 -> To Version 7.0.200-preview.22620.6

Dependency coherency updates

NuGet.Build.Tasks
 From Version 6.5.0-preview.3.130 -> To Version 6.5.0-preview.3.133 (parent: Microsoft.NET.Sdk
2022-12-21 06:23:34 +00:00
v-wuzhai
6e8961bd84
[release/7.0.2xx] Update dependencies from dotnet/sdk (#15162) 2022-12-20 21:16:38 -08:00
Sven Boemer
fe452cf9cc
Add KnownILLinkPack to bundled versions (#15106)
Part of dotnet/linker#3029. With
https://github.com/dotnet/sdk/pull/29441/files, this will enable the
SDK to use a different version of illink depending on the TFM.

The latest 7.0 illink package is used when trimming net7.0 and
earlier, which matches the configuration we shipped in the .NET 7 SDK.

- The 7.0 version is taken from the latest 7.0 SDK branch:
   https://github.com/dotnet/sdk/blob/release/7.0.2xx/eng/Versions.props#L89.
- The 8.0 version is the latest in the SDK's main branch:
   https://github.com/dotnet/sdk/blob/main/eng/Versions.props#L88

These versions will quickly get out of date and need to be kept
updated. For the latest (8.0) version it would be possible to
set up dependency flow from linker -> installer to automate this, but
this will not be necessary after the linker move to dotnet/runtime, which will
allow us to use $(MicrosoftNETCoreAppRuntimePackageVersion) for the
latest illink pack.

Unfortunately the 7.0 version will still need manual updates. We might
want to consider changing our version numbers to match dotnet/runtime,
but AFAIK that will still be a manual process (to update the patch
number in the release/7.0 branch of dotnet/linker every SDK servicing
release).
2022-12-20 17:49:46 -08:00
Sven Boemer
094ab5eb7f Bump 8.0 version 2022-12-21 00:52:46 +00:00
dotnet-maestro[bot]
9d67854a55
[main] Update dependencies from dotnet/emsdk dotnet/arcade-services (#15159)
[main] Update dependencies from dotnet/emsdk dotnet/arcade-services
2022-12-21 00:24:09 +00:00
Přemek Vysoký
0d24684503
Fix branch filters for the VMR synchronization (#15161) 2022-12-20 18:24:30 +00:00
dotnet-maestro[bot]
1ee202ecf7 Update dependencies from https://github.com/dotnet/sdk build 20221220.3
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22619.7 -> To Version 7.0.200-preview.22620.3
2022-12-20 17:27:40 +00:00
Přemek Vysoký
bbd2f682dc
Fix branch filters for the VMR synchronization (#15160) 2022-12-20 15:01:14 +00:00
Přemek Vysoký
ec53154100
Fix branch filters for the VMR synchronization (#15158) 2022-12-20 13:29:00 +00:00
Přemek Vysoký
d9c5ac0870
Fix branch filters for the VMR synchronization (#15156) 2022-12-20 10:44:51 +00:00
v-wuzhai
79613fc28a
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.3xx' (#15154) 2022-12-20 01:29:00 -08:00
v-wuzhai
68db13c1b3
[release/7.0.2xx] Update dependencies from dotnet/sdk (#15155) 2022-12-20 01:01:35 -08:00
Jason Zhai
704c2ea593 Merge branch 'release/6.0.1xx' into release/6.0.3xx 2022-12-19 23:31:58 -08:00
dotnet-maestro[bot]
20e7d2f2cf Update dependencies from https://github.com/dotnet/sdk build 20221219.7
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22619.4 -> To Version 7.0.200-preview.22619.7
2022-12-20 07:08:50 +00:00
v-wuzhai
055638369d
[release/7.0.2xx] Update dependencies from dotnet/sdk (#15152) 2022-12-19 21:58:47 -08:00
NET Source-Build Bot
5174d50e4e
.NET Source-Build 6.0.112 December 2022 Updates (#15127) 2022-12-19 17:20:19 -08:00
dotnet-maestro[bot]
e400242bec Update dependencies from https://github.com/dotnet/sdk build 20221219.4
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22616.4 -> To Version 7.0.200-preview.22619.4

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp
 From Version 12.5.0-beta.22615.1 -> To Version 12.5.0-beta.22616.1 (parent: Microsoft.NET.Sdk
2022-12-19 17:35:05 +00:00
Jo Shields
8750a90545
Apply RID override behaviour from runtime to aspnetcore/installer (#15143) 2022-12-19 08:43:54 -05:00
dotnet-maestro[bot]
ea67757dab Update dependencies from https://github.com/dotnet/sdk build 20221219.2
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22616.4 -> To Version 7.0.200-preview.22619.2

Dependency coherency updates

Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp
 From Version 12.5.0-beta.22615.1 -> To Version 12.5.0-beta.22616.1 (parent: Microsoft.NET.Sdk
2022-12-19 10:57:43 +00:00
v-wuzhai
938e7bc3e8
[main] Update dependencies from dotnet/source-build-externals (#15142) 2022-12-18 18:42:00 -08:00
v-wuzhai
85ebde1310
[release/7.0.2xx] Update dependencies from dotnet/sdk (#15149) 2022-12-18 18:41:31 -08:00
v-wuzhai
525b63ff8b
[main] Update dependencies from dotnet/source-build-reference-packages (#15150) 2022-12-18 18:40:52 -08:00
dotnet-maestro[bot]
cfb4cdece9 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221216.1
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.22614.2 -> To Version 8.0.0-alpha.1.22616.1
2022-12-17 00:51:45 +00:00
Michael Simons
cb62aeefe3
re-enable dotnet-watch tests (#15148) 2022-12-16 17:33:58 -06:00
Michael Simons
47a747f226
Update source-build previous source-built artifacts (#15146) 2022-12-16 16:23:50 -06:00
dotnet-maestro[bot]
0b33a5b0bf Update dependencies from https://github.com/dotnet/sdk build 20221216.4
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22616.1 -> To Version 7.0.200-preview.22616.4
2022-12-16 21:15:50 +00:00
Michael Simons
54d14d24d9
Remove backported source-build razor patch (#15147) 2022-12-16 14:07:10 -06:00
Michael Simons
a92c61849e
Move top-level packages dir into prereqs (#15140) 2022-12-16 17:52:21 +00:00
Michael Simons
88fc74fe81
Replace razor-compiler with razor (#15105) 2022-12-16 11:27:13 -06:00
dotnet-maestro[bot]
8167dbf055
[main] Update dependencies from dotnet/sdk (#15139)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: MichaelSimons <msimons@microsoft.com>
2022-12-16 11:03:13 -06:00
Přemek Vysoký
60eee7f5b8
Only push main and release/* branches to the VMR (#15144) 2022-12-16 15:51:40 +00:00
dotnet-maestro[bot]
eed7e45af2
[release/7.0.2xx] Update dependencies from dotnet/sdk (#15122)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: MichaelSimons <msimons@microsoft.com>
2022-12-16 08:49:43 -06:00
dotnet-maestro[bot]
ded4d76662 Update dependencies from https://github.com/dotnet/source-build-externals build 20221215.1
Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.22614.2 -> To Version 8.0.0-alpha.1.22615.1
2022-12-16 13:48:58 +00:00
Jo Shields
82cb3b7800 Apply RID override behaviour from runtime to aspnetcore/installer 2022-12-16 08:09:23 -05:00
Michael Simons
6b37d32420
Refactor source-build archives infra (#15135) 2022-12-15 16:21:48 -06:00
dotnet-maestro[bot]
a3cd81a9fc
[main] Update dependencies from dotnet/source-build-externals (#15138)
[main] Update dependencies from dotnet/source-build-externals
2022-12-15 19:41:09 +00:00
Michael Simons
c7081c2b5a
Move git-info dir into prereqs (#15134)
* Move git-info dir into prereqs

* Bump DarcLib

* Add back import condition for non-repo projects

Co-authored-by: Premek Vysoky <premek.vysoky@microsoft.com>
2022-12-15 18:38:34 +00:00
dotnet-maestro[bot]
46d9543324
Update dependencies from https://github.com/dotnet/arcade-services build 20221214.2 (#15137)
[main] Update dependencies from dotnet/arcade-services
2022-12-15 10:34:40 +00:00
Přemek Vysoký
ce1921c17d
Run VMR's pipelines from the VMR directly (#15124) 2022-12-15 09:33:09 +01:00
v-wuzhai
dd0bce7b3f
Merge pull request #15136 from dotnet/darc-main-f26dad30-7b50-4266-a0f5-d630a5682784
[main] Update dependencies from dotnet/source-build-reference-packages
2022-12-14 22:13:03 -08:00
dotnet-maestro[bot]
22a0996162 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221214.2
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.22614.1 -> To Version 8.0.0-alpha.1.22614.2
2022-12-15 04:33:56 +00:00
v-wuzhai
4f67fb1131
Merge pull request #15133 from dotnet/darc-main-73760662-5b3b-4de2-8b85-ae3fda7fdbd9
[main] Update dependencies from dotnet/source-build-reference-packages
2022-12-14 19:23:16 -08:00
dotnet-maestro[bot]
aa8dc8be5b
Update dependencies from https://github.com/dotnet/source-build-externals build 20221213.1 (#15131)
[main] Update dependencies from dotnet/source-build-externals
2022-12-14 21:31:09 +00:00
dotnet-maestro[bot]
6fc336e784 Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221214.1
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.22613.1 -> To Version 8.0.0-alpha.1.22614.1
2022-12-14 19:01:17 +00:00
Michael Simons
a3093b4d35
Cleanup top level source-build directories (#15126)
* Rename repos dir to repo-projects

* Move keys dir into prereqs

* Refactor Tools and tools-local dirs

* Refactor ArcadeOverrides dir

* Update .gitignore
2022-12-14 10:59:05 -06:00
dotnet-maestro[bot]
bccc46bfad
Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20221213.1 (#15125)
[main] Update dependencies from dotnet/source-build-reference-packages
2022-12-14 00:46:50 +00:00
Marc Paine
ffda9745d6
Merge pull request #15094 from dotnet/marcpopMSFT-cleanupnugets
Delete some test folders once run to not leave them on the machine
2022-12-13 16:39:17 -08:00