Skip to content

Commit

Permalink
Merge pull request #2232 from dotnet/UpdateArcade
Browse files Browse the repository at this point in the history
[release/6.5] Update dependencies from https://github.com/dotnet/arcade build
  • Loading branch information
AndriySvyryd authored Mar 27, 2024
2 parents cfe7b51 + 7ce3bf3 commit 05cff01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24151.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24172.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87d89025bdd8827c016e4083660d31f497670e5c</Sha>
<Sha>c936d1bc358744730613d8ce54bc3e0294e5ea56</Sha>
<SourceBuildId>6471</SourceBuildId>
</Dependency>
</ToolsetDependencies>
Expand Down
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 @@ -124,7 +124,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
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"rollForward": "latestMajor"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24151.5"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24172.4"
}
}

0 comments on commit 05cff01

Please sign in to comment.