Skip to content

Commit eff66c0

Browse files
authored
Signing source-build intermediate package. (#2949)
1 parent 45f1006 commit eff66c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/package/sign/sign.proj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@
632632
<FilesToSign Include="$(NugetOutDir)/*.nupkg">
633633
<Authenticode>NuGet</Authenticode>
634634
</FilesToSign>
635+
636+
<FilesToSign Include="$(NugetOutDir)/source-build/*.nupkg">
637+
<Authenticode>NuGet</Authenticode>
638+
</FilesToSign>
635639
</ItemGroup>
636640

637641
<Message Text="Signing using authenticode certificate '%(FilesToSign.Authenticode)' for @(FilesToSign)"/>

0 commit comments

Comments
 (0)