Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Revert signing to fixed version (#22609)
Browse files Browse the repository at this point in the history
SPC signing got broken when #22544 unpinned the SignTool version. Pin the tool version again until issue gets fixed.

@jashook
  • Loading branch information
hoyosjs authored and Jarret Shook committed Feb 14, 2019
1 parent b4f99f2 commit 171be18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
<MicrosoftNETCorePlatformsPackage>Microsoft.NETCore.Platforms</MicrosoftNETCorePlatformsPackage>
<MicrosoftNETCoreAppPackage>Microsoft.NETCore.App</MicrosoftNETCoreAppPackage>
</PropertyGroup>
<PropertyGroup>
<!-- Override signing package version. Current version breaks signing SPC, remove
this property group once SignTool supports the scenario. -->
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19067.6</MicrosoftDotNetSignToolVersion>
</PropertyGroup>
</Project>

0 comments on commit 171be18

Please sign in to comment.