Skip to content

Commit

Permalink
Add snupkg to signing
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Sep 26, 2023
1 parent b548628 commit 5a4e2c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Signing.targets
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
<Target Name="SignNuGet" Condition="'$(SignNugetCommand)' != ''" AfterTargets="Pack" DependsOnTargets="DownloadNuGetExe">
<PropertyGroup>
<NugetPackageFileName>$(PackageOutputPath)\$(PackageId).$(PackageVersion).nupkg</NugetPackageFileName>
<SNugetPackageFileName>$(PackageOutputPath)\$(PackageId).$(PackageVersion).snupkg</SNugetPackageFileName>
</PropertyGroup>
<Exec Command="&quot;$(NuGetExePath)&quot; sign &quot;$(NugetPackageFileName)&quot; $(SignNugetCommand)" />
<Exec Command="&quot;$(NuGetExePath)&quot; sign &quot;$(SNugetPackageFileName)&quot; $(SignNugetCommand)" />
</Target>

<Target Name="DownloadNuGetExe">
Expand Down

0 comments on commit 5a4e2c9

Please sign in to comment.