From 05a3bfe908c02e7f8c958d39d26debbe3cdb4516 Mon Sep 17 00:00:00 2001 From: "Nikola Milosavljevic (.NET)" Date: Fri, 10 Apr 2026 16:25:35 -0700 Subject: [PATCH 1/3] Use source-build-assets repo --- eng/Version.Details.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1296934692..19a8d4ac06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,10 +1,10 @@ - - https://github.com/dotnet/source-build-reference-packages - 8a91992a869b6e4dccd49b1c3246486e963595af - + + https://github.com/dotnet/source-build-assets + e726d9647b47c6635533d8eebfc2992749128d7e + @@ -24,4 +24,4 @@ - + \ No newline at end of file From 247b454aa2a304c8a1477306210b58d6438377ff Mon Sep 17 00:00:00 2001 From: "Nikola Milosavljevic (.NET)" Date: Sun, 12 Apr 2026 19:43:00 -0700 Subject: [PATCH 2/3] Update Versions.props --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 08038d3017..427cef63db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -32,7 +32,7 @@ - 8.0.0-alpha.1.23217.1 + 8.0.0-alpha.1.26208.5 1.2.0-beta-22518-02 1.0.0-beta.22631.1 From 98e8b65ea9b13b55c3cc80aaf183e8a0e88c3b0a Mon Sep 17 00:00:00 2001 From: "Nikola Milosavljevic (.NET)" Date: Fri, 24 Apr 2026 16:36:00 -0700 Subject: [PATCH 3/3] Update ubuntu images --- .vsts-ci.yml | 4 ++-- eng/common/templates/job/source-build.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index e0d29f5cfb..e9840a9e83 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -118,10 +118,10 @@ stages: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: NetCore-Svc-Public - demands: ImageOverride -equals 1es-ubuntu-2004-open + demands: ImageOverride -equals 1es-ubuntu-2204-open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals 1es-ubuntu-2004 + demands: ImageOverride -equals 1es-ubuntu-2204 strategy: matrix: ${{ if in(variables['Build.Reason'], 'PullRequest') }}: diff --git a/eng/common/templates/job/source-build.yml b/eng/common/templates/job/source-build.yml index e40bf35203..98a22bc9ab 100644 --- a/eng/common/templates/job/source-build.yml +++ b/eng/common/templates/job/source-build.yml @@ -49,18 +49,18 @@ jobs: # Main environments ${{ if and(eq(variables['System.TeamProject'], 'public'), ne(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), true)) }}: name: NetCore-Public - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open + demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), true)) }}: name: NetCore1ESPool-Internal - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + demands: ImageOverride -equals Build.Ubuntu.2204.Amd64 # Servicing build environments ${{ if and(eq(variables['System.TeamProject'], 'public'), contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release')) }}: name: NetCore-Svc-Public - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open + demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open ${{ if and(eq(variables['System.TeamProject'], 'internal'), contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release')) }}: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 + demands: ImageOverride -equals Build.Ubuntu.2204.Amd64 ${{ if ne(parameters.platform.pool, '') }}: pool: ${{ parameters.platform.pool }}