summaryrefslogtreecommitdiff
path: root/eng
diff options
context:
space:
mode:
authorJuan Hoyos <juan.hoyos@microsoft.com>2019-02-14 13:52:10 -0800
committerJarret Shook <jashoo@microsoft.com>2019-02-14 13:52:10 -0800
commit171be182943cd4633d5408c5b36b4cf56eefe9e1 (patch)
treef80b9841350e814faf04a7d24a968821cc6659fd /eng
parentb4f99f2d85956cbf20610b283eab24e9dabcf3be (diff)
downloadcoreclr-171be182943cd4633d5408c5b36b4cf56eefe9e1.tar.gz
coreclr-171be182943cd4633d5408c5b36b4cf56eefe9e1.tar.bz2
coreclr-171be182943cd4633d5408c5b36b4cf56eefe9e1.zip
Revert signing to fixed version (#22609)
SPC signing got broken when #22544 unpinned the SignTool version. Pin the tool version again until issue gets fixed. @jashook
Diffstat (limited to 'eng')
-rw-r--r--eng/Versions.props5
1 files changed, 5 insertions, 0 deletions
diff --git a/eng/Versions.props b/eng/Versions.props
index 28aa600936..8df00db674 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -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>