Skip to content

Commit 56ea91b

Browse files
committed
revert signing props
1 parent f235f71 commit 56ea91b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.build/Signing.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!-- Import this props file for signing properties -->
33
<PropertyGroup>
4+
<!-- By default we delay sign our assemblies, so they are ready tof real signing at a later stage. -->
5+
<!-- Individual project (like the ancillary tools that we use during the build which do no ship) typically override these values so they can run normally during the build, without having to disbale SNV. -->
6+
<DelaySign>true</DelaySign>
7+
<SignAssembly>true</SignAssembly>
48
<LinkKeyFile>$(EnlistmentRoot)\Externals\VS12\VS10_FinalPublicKey.snk</LinkKeyFile>
59
<AssemblyOriginatorKeyFile>$(EnlistmentRoot)\Externals\VS12\VS10_FinalPublicKey.snk</AssemblyOriginatorKeyFile>
610
<ShippingScope>External</ShippingScope>

0 commit comments

Comments
 (0)