File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1919 </Dependency >
2020 </ProductDependencies >
2121 <ToolsetDependencies >
22- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.26062 .2" >
22+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.26063 .2" >
2323 <Uri >https://github.com/dotnet/arcade</Uri >
24- <Sha >7d6bcdd1e851735273e4eed39e40366d48f335c9 </Sha >
24+ <Sha >c85f9aceddaf85296e3efbc463daaa34fef5a375 </Sha >
2525 </Dependency >
2626 <!-- Intermediate is necessary for source build. -->
27- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.26062 .2" >
27+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.26063 .2" >
2828 <Uri >https://github.com/dotnet/arcade</Uri >
29- <Sha >7d6bcdd1e851735273e4eed39e40366d48f335c9 </Sha >
29+ <Sha >c85f9aceddaf85296e3efbc463daaa34fef5a375 </Sha >
3030 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
3131 </Dependency >
3232 <!-- Dependencies required for source build. We'll still update manually -->
Original file line number Diff line number Diff line change 7474 # If it's not devdiv, it's dnceng
7575 ${{ if ne(variables['System.TeamProject'], 'DevDiv') }} :
7676 name : NetCore1ESPool-Publishing-Internal
77- image : windows.vs2019 .amd64
77+ image : windows.vs2022 .amd64
7878 os : windows
7979 steps :
8080 - ${{ if eq(parameters.is1ESPipeline, '') }} :
Original file line number Diff line number Diff line change @@ -291,11 +291,11 @@ stages:
291291 ${{ else }} :
292292 ${{ if eq(parameters.is1ESPipeline, true) }} :
293293 name : NetCore1ESPool-Publishing-Internal
294- image : windows.vs2019 .amd64
294+ image : windows.vs2022 .amd64
295295 os : windows
296296 ${{ else }} :
297297 name : NetCore1ESPool-Publishing-Internal
298- demands : ImageOverride -equals windows.vs2019 .amd64
298+ demands : ImageOverride -equals windows.vs2022 .amd64
299299 steps :
300300 - template : /eng/common/core-templates/post-build/setup-maestro-vars.yml
301301 parameters :
Original file line number Diff line number Diff line change 2323#
2424# pool:
2525# name: $(DncEngInternalBuildPool)
26- # demands: ImageOverride -equals windows.vs2019 .amd64
26+ # demands: ImageOverride -equals windows.vs2022 .amd64
2727variables :
2828 - ${{ if eq(variables['System.TeamProject'], 'internal') }} :
2929 - template : /eng/common/templates-official/variables/pool-providers.yml
Original file line number Diff line number Diff line change 33 "dotnet" : " 9.0.112"
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.26062 .2"
6+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.26063 .2"
77 }
88}
You can’t perform that action at this time.
0 commit comments