From 9ee057b0e0b181267ce1bf729b825d0379989ebb Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Tue, 13 May 2025 09:03:07 -0700 Subject: [PATCH 1/4] Update FPM images --- azure-pipelines-pr.yml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-pr.yml b/azure-pipelines-pr.yml index 2c863df03f7..88206ac0baa 100644 --- a/azure-pipelines-pr.yml +++ b/azure-pipelines-pr.yml @@ -46,7 +46,7 @@ variables: resources: containers: - container: LinuxContainer - image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-fpm-amd64 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-fpm-amd64 stages: - stage: build diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0b866203b6c..816f8d0046d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ variables: resources: containers: - container: LinuxContainer - image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-fpm-amd64 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-fpm-amd64 repositories: - repository: 1ESPipelineTemplates type: git From 93823d49ca01742464ad1c0b49ea940e693b1be3 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 13 May 2025 16:45:32 -0700 Subject: [PATCH 2/4] Update to May Servicing (#15833) --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 99cc9a5a013..17b5fef930f 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "sdk": { - "version": "9.0.105", + "version": "9.0.106", "rollForward": "latestFeature" }, "tools": { - "dotnet": "9.0.105" + "dotnet": "9.0.106" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24421.7", From c62eeb5b5432f9eaa034fbd641ccd9fd0d928fb3 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Fri, 16 May 2025 14:46:44 -0700 Subject: [PATCH 3/4] Update MSBuild versions to latest (#15843) --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 481e15d3d20..227088c7ffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -160,9 +160,9 @@ - + https://github.com/dotnet/source-build-reference-packages - e2b1d16fd66540b3a5813ec0ac1fd166688c3e0a + 2bdf6b694572c45f6249c5406ae2303d678cda3f diff --git a/eng/Versions.props b/eng/Versions.props index 260f5915801..c9c2755033e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,10 +26,10 @@ 2.0.0-preview.1.23470.14 2.0.0-preview.1.23470.14 - 17.8.3 - 17.8.3 - 17.8.3 - 17.8.3 + 17.8.29 + 17.8.29 + 17.8.29 + 17.8.29 2.0.3 From 086a1771875b63404b4a710d27250fe384dc2810 Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Wed, 21 May 2025 12:53:27 -0700 Subject: [PATCH 4/4] Allow source-build cache setup if `SetUpSourceBuildIntermediateNupkgCache` is true (#15854) --- .../tools/SourceBuild/SourceBuildArcadeTools.targets | 4 ---- src/Microsoft.DotNet.Arcade.Sdk/tools/Tools.proj | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets b/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets index fedd7157a5b..d2465a43276 100644 --- a/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets +++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/SourceBuild/SourceBuildArcadeTools.targets @@ -11,10 +11,6 @@ - - true - -