Skip to content

Commit

Permalink
Modify nuget-package.signproj
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Aug 13, 2024
1 parent 6cf9f40 commit d37a651
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions azure-pipelines/nuget-package.signproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
<PackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" version="1.0.0" />
</ItemGroup>

<Target Name="Sign" DependsOnTargets="$(SignDependsOn)" AfterTargets="AfterBuild">
<ItemGroup>
<FilesToSign Include="$(UnsignedPackagesPath)\*.nupkg">
<Authenticode>NuGet</Authenticode>
</FilesToSign>
</ItemGroup>
</Target>
<ItemGroup>
<FilesToSign Include="$(UnsignedPackagesPath)\*.nupkg">
<Authenticode>NuGet</Authenticode>
</FilesToSign>
</ItemGroup>
</Project>

0 comments on commit d37a651

Please sign in to comment.