We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf065ec commit 1e00347Copy full SHA for 1e00347
Directory.Build.props
@@ -42,8 +42,7 @@
42
<!-- Strong-naming -->
43
<SignAssembly>true</SignAssembly>
44
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)MicrosoftCorporation.snk</AssemblyOriginatorKeyFile>
45
- <DelaySign>false</DelaySign>
46
- <PublicSign>true</PublicSign>
+ <DelaySign Condition="'$(SignType)' != ''">true</DelaySign>
47
</PropertyGroup>
48
49
<!-- Packaging -->
0 commit comments