File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
eng/pipelines/templates/variables Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ stages:
4242 pool :
4343 ${{ if eq(variables['System.TeamProject'], 'public') }} :
4444 name : $(DncEngPublicBuildPool)
45- demands : ImageOverride -equals windows.vs2022preview .amd64.open
45+ demands : ImageOverride -equals windows.vs2022 .amd64.open
4646 ${{ if eq(variables['System.TeamProject'], 'internal') }} :
4747 name : $(DncEngInternalBuildPool)
48- demands : ImageOverride -equals windows.vs2022preview .amd64
48+ demands : ImageOverride -equals windows.vs2022 .amd64
4949 steps :
5050 - publish : $(Build.SourcesDirectory)\eng\buildConfiguration
5151 artifact : buildConfiguration
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ variables:
4040 - name : defaultPoolName
4141 value : NetCore-Public-XL
4242 - name : poolImage_Linux
43- value : 1es- ubuntu-2004- open
43+ value : build. ubuntu.2204.amd64. open
4444 - name : poolImage_LinuxArm64
4545 value : Mariner-2-Docker-ARM64
4646 - name : poolName_LinuxArm64
Original file line number Diff line number Diff line change 3030 These URLs can't be composed from their base URL and version as we read them from the
3131 prep.sh and pipeline scripts, outside of MSBuild.
3232 -->
33- <PrivateSourceBuiltArtifactsUrl >https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.123 -servicing.25611 .1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl >
34- <PrivateSourceBuiltSdkUrl >https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.123 -centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl >
33+ <PrivateSourceBuiltArtifactsUrl >https://builds.dotnet.microsoft.com/source-built-artifacts/assets/Private.SourceBuilt.Artifacts.8.0.124 -servicing.26072 .1.centos.9-x64.tar.gz</PrivateSourceBuiltArtifactsUrl >
34+ <PrivateSourceBuiltSdkUrl >https://builds.dotnet.microsoft.com/source-built-artifacts/sdks/dotnet-sdk-8.0.124 -centos.9-x64.tar.gz</PrivateSourceBuiltSdkUrl >
3535 </PropertyGroup >
3636</Project >
Original file line number Diff line number Diff line change 11{
22 "tools" : {
3- "dotnet" : " 8.0.123 "
3+ "dotnet" : " 8.0.124 "
44 },
55 "msbuild-sdks" : {
66 "Microsoft.Build.CentralPackageVersions" : " 2.0.1" ,
77 "Microsoft.Build.Traversal" : " 2.0.2" ,
88 "Microsoft.NET.Sdk.IL" : " 3.0.0-preview-27107-01" ,
9- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25605.4 " ,
9+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25611.2 " ,
1010 "Yarn.MSBuild" : " 1.15.2"
1111 }
1212}
You can’t perform that action at this time.
0 commit comments