Skip to content

Commit

Permalink
Import sign targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Nov 30, 2021
1 parent b28e4b7 commit 14f3b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IceBuilder.Next/IceBuilder.Next.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<Import Project="..\IceBuilder.Shared\IceBuilder.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="..\Sign.targets" />
<Target Name="AfterCompile" Condition="Exists('$(SIGN_CERTIFICATE)')" DependsOnTargets="CoreCompile">
<Exec Command="$(SignCommand) obj\$(Configuration)\IceBuilder.Next.dll" />
</Target>
Expand Down

0 comments on commit 14f3b43

Please sign in to comment.