Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build (#5067)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Mar 25, 2024
1 parent d0ba400 commit 9f99a58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@
</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>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24170.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24172.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>8e3e00a76f467cc262dc14f6466ab884b2c4eb96</Sha>
<Sha>ceb071c1060b8e6de404c065b4045442570caa18</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/common/templates-official/job/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"msbuild-sdks": {
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.2.0",
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24170.6",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24170.6"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24172.5",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.24172.5"
}
}

0 comments on commit 9f99a58

Please sign in to comment.