Skip to content

Commit 4990ffc

Browse files
committed
Sign contents of nupkg, but not the nupkg itself
1 parent dade052 commit 4990ffc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Signing.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<ItemsToSign Include="$(ArtifactsPackagesDir)**\*.tgz" />
2020
<ItemsToSign Include="$(VisualStudioSetupOutputPath)**\*.zip" />
2121

22+
<FileExtensionSignInfo Update=".nupkg" CertificateName="None" />
23+
2224
<!-- Expression Compiler dependencies that run in remote debugger must be signed with Microsoft101240624 certificate in order to work on Windows 10S -->
2325

2426
<FileSignInfo Include="Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler.dll" CertificateName="Microsoft101240624"/>
@@ -61,4 +63,5 @@
6163
<FileSignInfo Include="Microsoft.VisualStudio.Threading.dll" CertificateName="MicrosoftSHA2" />
6264
<FileSignInfo Include="StreamJsonRpc.dll" CertificateName="MicrosoftSHA2" />
6365
</ItemGroup>
66+
6467
</Project>

0 commit comments

Comments
 (0)