[release/8.0.3xx] Update dependencies from dotnet/arcade (#19176)
[release/8.0.3xx] Update dependencies from dotnet/arcade
This commit is contained in:
parent
e5c6c3a25f
commit
15f3a06550
4 changed files with 10 additions and 10 deletions
|
@ -214,18 +214,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24170.6">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24172.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
|
||||
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24170.6">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24172.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
|
||||
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24170.6">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24172.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
|
||||
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24172.2">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24170.6</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24172.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
|
||||
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
|
||||
- task: MicroBuildSigningPlugin@3
|
||||
- task: MicroBuildSigningPlugin@4
|
||||
displayName: Install MicroBuild plugin
|
||||
inputs:
|
||||
signType: $(_SignType)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24170.6",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24170.6"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24172.5",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24172.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue