WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
Expand file tree Collapse file tree 5 files changed +15
-5
lines changed 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.25555.106 </MicrosoftDotNetArcadeSdkPackageVersion >
9+ <MicrosoftDotNetArcadeSdkPackageVersion >10.0.0-beta.25563.104 </MicrosoftDotNetArcadeSdkPackageVersion >
1010 </PropertyGroup >
1111 <!-- Property group for alternate package version names-->
1212 <PropertyGroup >
Original file line number Diff line number Diff line change 11<Dependencies >
2- <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" deployment-tools" Sha =" e17b0d08def649f30aed9c09cf4a2c5741a3c76c " BarId =" 289695 " />
2+ <Source Uri =" https://github.com/dotnet/dotnet" Mapping =" deployment-tools" Sha =" 93970af2dae989c795efb703be9a25ff95079f25 " BarId =" 290774 " />
33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25555.106 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25563.104 " >
77 <Uri >https://github.com/dotnet/dotnet</Uri >
8- <Sha >e17b0d08def649f30aed9c09cf4a2c5741a3c76c </Sha >
8+ <Sha >93970af2dae989c795efb703be9a25ff95079f25 </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
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 88 "dotnet" : " 10.0.100-rc.2.25502.107"
99 },
1010 "msbuild-sdks" : {
11- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25555.106 " ,
11+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25563.104 " ,
1212 "Microsoft.Build.NoTargets" : " 3.7.0" ,
1313 "Microsoft.Build.Traversal" : " 3.4.0"
1414 }
You can’t perform that action at this time.
0 commit comments