File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
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.25515.2 " >
22+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.25555.4 " >
2323 <Uri >https://github.com/dotnet/arcade</Uri >
24- <Sha >6666973b629b24e259162dba03486c23af464bab </Sha >
24+ <Sha >9eaf7b289d5003a94ee23658f057a6c06ddcd570 </Sha >
2525 </Dependency >
2626 <!-- Intermediate is necessary for source build. -->
27- <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25515.2 " >
27+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.arcade" Version =" 9.0.0-beta.25555.4 " >
2828 <Uri >https://github.com/dotnet/arcade</Uri >
29- <Sha >6666973b629b24e259162dba03486c23af464bab </Sha >
29+ <Sha >9eaf7b289d5003a94ee23658f057a6c06ddcd570 </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 @@ -145,6 +145,11 @@ jobs:
145145 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
146146 is1ESPipeline : ${{ parameters.is1ESPipeline }}
147147
148+ # Darc is targeting 8.0, so make sure it's installed
149+ - task : UseDotNet@2
150+ inputs :
151+ version : 8.0.x
152+
148153 - task : AzureCLI@2
149154 displayName : Publish Using Darc
150155 inputs :
Original file line number Diff line number Diff line change @@ -305,6 +305,11 @@ stages:
305305
306306 - task : NuGetAuthenticate@1
307307
308+ # Darc is targeting 8.0, so make sure it's installed
309+ - task : UseDotNet@2
310+ inputs :
311+ version : 8.0.x
312+
308313 - task : AzureCLI@2
309314 displayName : Publish Using Darc
310315 inputs :
Original file line number Diff line number Diff line change 33 "dotnet" : " 9.0.111"
44 },
55 "msbuild-sdks" : {
6- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25515.2 "
6+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.25555.4 "
77 }
88}
You can’t perform that action at this time.
0 commit comments