File tree Expand file tree Collapse file tree 7 files changed +29
-9
lines changed
Expand file tree Collapse file tree 7 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 214214 </Dependency >
215215 </ProductDependencies >
216216 <ToolsetDependencies >
217- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25515.1 " >
217+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 8.0.0-beta.25555.2 " >
218218 <Uri >https://github.com/dotnet/arcade</Uri >
219- <Sha >6544413e02741855b701468aa8afc6cf8ca62c72 </Sha >
219+ <Sha >048a8c0ba5b72234301a3605c424ee9f9ff99772 </Sha >
220220 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
221221 </Dependency >
222- <Dependency Name =" Microsoft.DotNet.CMake.Sdk" Version =" 8.0.0-beta.25515.1 " >
222+ <Dependency Name =" Microsoft.DotNet.CMake.Sdk" Version =" 8.0.0-beta.25555.2 " >
223223 <Uri >https://github.com/dotnet/arcade</Uri >
224- <Sha >6544413e02741855b701468aa8afc6cf8ca62c72 </Sha >
224+ <Sha >048a8c0ba5b72234301a3605c424ee9f9ff99772 </Sha >
225225 </Dependency >
226- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 8.0.0-beta.25515.1 " >
226+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Installers" Version =" 8.0.0-beta.25555.2 " >
227227 <Uri >https://github.com/dotnet/arcade</Uri >
228- <Sha >6544413e02741855b701468aa8afc6cf8ca62c72 </Sha >
228+ <Sha >048a8c0ba5b72234301a3605c424ee9f9ff99772 </Sha >
229229 </Dependency >
230230 <Dependency Name =" Microsoft.DotNet.Darc" Version =" 1.1.0-beta.24306.1" >
231231 <Uri >https://github.com/dotnet/arcade-services</Uri >
Original file line number Diff line number Diff line change 3939 </PropertyGroup >
4040 <PropertyGroup >
4141 <!-- Dependency from https://github.com/dotnet/arcade -->
42- <MicrosoftDotNetBuildTasksInstallersPackageVersion >8.0.0-beta.25515.1 </MicrosoftDotNetBuildTasksInstallersPackageVersion >
42+ <MicrosoftDotNetBuildTasksInstallersPackageVersion >8.0.0-beta.25555.2 </MicrosoftDotNetBuildTasksInstallersPackageVersion >
4343 </PropertyGroup >
4444 <PropertyGroup >
4545 <!-- Dependency from https://github.com/dotnet/arcade-services -->
Original file line number Diff line number Diff line change @@ -152,6 +152,11 @@ jobs:
152152 BARBuildId : ${{ parameters.BARBuildId }}
153153 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
154154
155+ # Darc is targeting 8.0, so make sure it's installed
156+ - task : UseDotNet@2
157+ inputs :
158+ version : 8.0.x
159+
155160 - task : AzureCLI@2
156161 displayName : Publish Using Darc
157162 inputs :
Original file line number Diff line number Diff line change @@ -271,6 +271,11 @@ stages:
271271
272272 - task : NuGetAuthenticate@1
273273
274+ # Darc is targeting 8.0, so make sure it's installed
275+ - task : UseDotNet@2
276+ inputs :
277+ version : 8.0.x
278+
274279 - task : AzureCLI@2
275280 displayName : Publish Using Darc
276281 inputs :
Original file line number Diff line number Diff line change @@ -148,6 +148,11 @@ jobs:
148148 BARBuildId : ${{ parameters.BARBuildId }}
149149 PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
150150
151+ # Darc is targeting 8.0, so make sure it's installed
152+ - task : UseDotNet@2
153+ inputs :
154+ version : 8.0.x
155+
151156 - task : AzureCLI@2
152157 displayName : Publish Using Darc
153158 inputs :
Original file line number Diff line number Diff line change @@ -267,6 +267,11 @@ stages:
267267
268268 - task : NuGetAuthenticate@1
269269
270+ # Darc is targeting 8.0, so make sure it's installed
271+ - task : UseDotNet@2
272+ inputs :
273+ version : 8.0.x
274+
270275 - task : AzureCLI@2
271276 displayName : Publish Using Darc
272277 inputs :
Original file line number Diff line number Diff line change 1111 "cmake" : " 3.21.0"
1212 },
1313 "msbuild-sdks" : {
14- "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25515.1 " ,
15- "Microsoft.DotNet.CMake.Sdk" : " 8.0.0-beta.25515.1 "
14+ "Microsoft.DotNet.Arcade.Sdk" : " 8.0.0-beta.25555.2 " ,
15+ "Microsoft.DotNet.CMake.Sdk" : " 8.0.0-beta.25555.2 "
1616 }
1717}
You can’t perform that action at this time.
0 commit comments