There was an error while loading. Please reload this page.
1 parent 45f1006 commit eff66c0Copy full SHA for eff66c0
1 file changed
src/package/sign/sign.proj
@@ -632,6 +632,10 @@
632
<FilesToSign Include="$(NugetOutDir)/*.nupkg">
633
<Authenticode>NuGet</Authenticode>
634
</FilesToSign>
635
+
636
+ <FilesToSign Include="$(NugetOutDir)/source-build/*.nupkg">
637
+ <Authenticode>NuGet</Authenticode>
638
+ </FilesToSign>
639
</ItemGroup>
640
641
<Message Text="Signing using authenticode certificate '%(FilesToSign.Authenticode)' for @(FilesToSign)"/>
0 commit comments