Commit graph

28287 commits

Author SHA1 Message Date
dotnet-maestro[bot]
1c4be07c6f
[main] Update dependencies from dotnet/arcade-services (#15171)
[main] Update dependencies from dotnet/arcade-services
2022-12-22 16:41:20 +00:00
Přemek Vysoký
688c0c534f
Re-enable VMR build in installer's PRs (#15170) 2022-12-22 12:22:57 +00:00
v-wuzhai
43cc077a17
[release/7.0.2xx] Update dependencies from dotnet/sdk (#15168) 2022-12-22 02:49:31 -08:00
Jason Zhai
0fb227f5d7 Merge branch 'release/7.0.2xx' 2022-12-22 02:30:36 -08:00
dotnet-maestro[bot]
597ecefba3 Update dependencies from https://github.com/dotnet/sdk build 20221221.9
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22620.8 -> To Version 7.0.200-preview.22621.9

Dependency coherency updates

Microsoft.NET.Test.Sdk
 From Version 17.5.0-preview-20221214-01 -> To Version 17.5.0-release-20221220-01 (parent: Microsoft.NET.Sdk
2022-12-22 03:31:43 +00:00
Přemek Vysoký
5aac0db522
Move src/SourceBuild/tarball/* up one folder (#15166) 2022-12-21 21:47:54 +01:00
Přemek Vysoký
118280814f
Fix VMR initialization (#15169)
Co-authored-by: Andrii Patsula <andriy.patsula@gmail.com>
2022-12-21 17:46:06 +01:00
dotnet-maestro[bot]
2b4b87ed8d Update dependencies from https://github.com/dotnet/sdk build 20221221.7
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22620.8 -> To Version 7.0.200-preview.22621.7

Dependency coherency updates

Microsoft.NET.Test.Sdk
 From Version 17.5.0-preview-20221214-01 -> To Version 17.5.0-release-20221220-01 (parent: Microsoft.NET.Sdk
2022-12-21 15:37:25 +00:00
dotnet-maestro[bot]
f5e44949c4 Update dependencies from https://github.com/dotnet/sdk build 20221221.6
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22620.8 -> To Version 7.0.200-preview.22621.6
2022-12-21 12:42:12 +00:00
dotnet-maestro[bot]
a886fadd31 Update dependencies from https://github.com/dotnet/sdk build 20221221.3
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200-preview.22620.8 -> To Version 7.0.200-preview.22621.3
2022-12-21 11:11:28 +00:00
v-wuzhai
86ea005bc5
[automated] Merge branch 'release/6.0.3xx' => 'release/6.0.4xx' (#15157) 2022-12-21 02:11:37 -08:00
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