File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44 <clear />
55 <!-- Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66 <!-- Begin: Package sources from dotnet-dotnet -->
7- <add key =" darc-pub-dotnet-dotnet-4ef9fba " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-4ef9fba1 /nuget/v3/index.json" />
7+ <add key =" darc-pub-dotnet-dotnet-976695d " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-976695d4 /nuget/v3/index.json" />
88 <!-- End: Package sources from dotnet-dotnet -->
99 <!-- Begin: Package sources from dotnet-runtime -->
1010 <!-- End: Package sources from dotnet-runtime -->
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66<Project >
77 <PropertyGroup >
88 <!-- dotnet/dotnet dependencies -->
9- <MicrosoftDotNetArcadeSdkPackageVersion >10.0.0-beta.26057.111 </MicrosoftDotNetArcadeSdkPackageVersion >
9+ <MicrosoftDotNetArcadeSdkPackageVersion >10.0.0-beta.26062.108 </MicrosoftDotNetArcadeSdkPackageVersion >
1010 <SystemCommandLinePackageVersion >2.0.3</SystemCommandLinePackageVersion >
1111 <!-- _git/dotnet-runtime dependencies -->
1212 <MicrosoftBclAsyncInterfacesPackageVersion >10.0.1</MicrosoftBclAsyncInterfacesPackageVersion >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Dependencies >
3- <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" templating" Sha =" 4ef9fba1ed958b047163527960c27baf2883f835 " BarId =" 296350 " />
3+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" templating" Sha =" 976695d40cfde0801c78b8fed85ca80e997da085 " BarId =" 297004 " />
44 <ProductDependencies >
55 <Dependency Name =" System.CommandLine" Version =" 2.0.3" >
66 <Uri >https://github.com/dotnet/dotnet</Uri >
7- <Sha >4ef9fba1ed958b047163527960c27baf2883f835 </Sha >
7+ <Sha >976695d40cfde0801c78b8fed85ca80e997da085 </Sha >
88 </Dependency >
99 </ProductDependencies >
1010 <ToolsetDependencies >
11- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.26057.111 " >
11+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.26062.108 " >
1212 <Uri >https://github.com/dotnet/dotnet</Uri >
13- <Sha >4ef9fba1ed958b047163527960c27baf2883f835 </Sha >
13+ <Sha >976695d40cfde0801c78b8fed85ca80e997da085 </Sha >
1414 </Dependency >
1515 <!-- Dependencies required for source build. We'll still update manually -->
1616 <Dependency Name =" System.Formats.Asn1" Version =" 10.0.1" >
Original file line number Diff line number Diff line change 8080 # If it's not devdiv, it's dnceng
8181 ${{ if ne(variables['System.TeamProject'], 'DevDiv') }} :
8282 name : NetCore1ESPool-Publishing-Internal
83- image : windows.vs2019 .amd64
83+ image : windows.vs2022 .amd64
8484 os : windows
8585 steps :
8686 - ${{ if eq(parameters.is1ESPipeline, '') }} :
Original file line number Diff line number Diff line change @@ -293,11 +293,11 @@ stages:
293293 ${{ else }} :
294294 ${{ if eq(parameters.is1ESPipeline, true) }} :
295295 name : NetCore1ESPool-Publishing-Internal
296- image : windows.vs2019 .amd64
296+ image : windows.vs2022 .amd64
297297 os : windows
298298 ${{ else }} :
299299 name : NetCore1ESPool-Publishing-Internal
300- demands : ImageOverride -equals windows.vs2019 .amd64
300+ demands : ImageOverride -equals windows.vs2022 .amd64
301301 steps :
302302 - template : /eng/common/core-templates/post-build/setup-maestro-vars.yml
303303 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 1313 "dotnet" : " 10.0.101"
1414 },
1515 "msbuild-sdks" : {
16- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.26057.111 "
16+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.26062.108 "
1717 }
1818}
You can’t perform that action at this time.
0 commit comments