Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
Sign the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Feb 4, 2019
1 parent ad6faf5 commit 10ecf38
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,10 @@
</PropertyGroup>
<Import Project="$(SignPath)\sign.targets" Condition="Exists('$(SignPath)\sign.targets')" />
<Import Project="$(SignPath)\sign.microbuild.targets" Condition="Exists('$(SignPath)\sign.microbuild.targets')" />
<ItemGroup>
<PowerShellScriptsToNotSign Include="PreDeploy.ps1"/>
<ExecutablesToNotSign Include="nssm.exe"/>
</ItemGroup>
<Import Project="$(SignPath)\sign.scripts.targets" Condition="Exists('$(SignPath)\sign.scripts.targets')" />
<Import Project="..\..\sign.thirdparty.targets" />
</Project>

0 comments on commit 10ecf38

Please sign in to comment.