File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 4040 </Dependency >
4141 </ProductDependencies >
4242 <ToolsetDependencies >
43- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25531.2 " >
43+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25555.6 " >
4444 <Uri >https://github.com/dotnet/arcade</Uri >
45- <Sha >fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a </Sha >
45+ <Sha >987d1a73ea67d323c0fc7537bce8ec65d87eb43f </Sha >
4646 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
4747 </Dependency >
4848 </ToolsetDependencies >
Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ jobs:
180180 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
181181 is1ESPipeline : ${{ parameters.is1ESPipeline }}
182182
183+ # Darc is targeting 8.0, so make sure it's installed
184+ - task : UseDotNet@2
185+ inputs :
186+ version : 8.0.x
187+
183188 - task : AzureCLI@2
184189 displayName : Publish Using Darc
185190 inputs :
Original file line number Diff line number Diff line change @@ -307,6 +307,11 @@ stages:
307307
308308 - task : NuGetAuthenticate@1
309309
310+ # Darc is targeting 8.0, so make sure it's installed
311+ - task : UseDotNet@2
312+ inputs :
313+ version : 8.0.x
314+
310315 - task : AzureCLI@2
311316 displayName : Publish Using Darc
312317 inputs :
Original file line number Diff line number Diff line change 99 },
1010 "msbuild-sdks" : {
1111 "Microsoft.Build.NoTargets" : " 3.7.0" ,
12- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25531.2 " ,
12+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25555.6 " ,
1313 "Microsoft.VisualStudio.Internal.MicroBuild.Vsman" : " 2.0.174"
1414 }
1515}
You can’t perform that action at this time.
0 commit comments