You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NuGetGallery/build/sign.targets

6 lines
264 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="Exists($(NUGET_PFX_PATH))">
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>$(NUGET_PFX_PATH)</AssemblyOriginatorKeyFile>
</PropertyGroup>
</Project>