Skip to content

Commit

Permalink
Signing source-build intermediate package. (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois authored Jun 24, 2021
1 parent 45f1006 commit eff66c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/package/sign/sign.proj
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,10 @@
<FilesToSign Include="$(NugetOutDir)/*.nupkg">
<Authenticode>NuGet</Authenticode>
</FilesToSign>

<FilesToSign Include="$(NugetOutDir)/source-build/*.nupkg">
<Authenticode>NuGet</Authenticode>
</FilesToSign>
</ItemGroup>

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

0 comments on commit eff66c0

Please sign in to comment.