Skip to content

Commit

Permalink
Sign ChorusHubInstaller
Browse files Browse the repository at this point in the history
It is confusing to users to download/install ChorusHubInstaller.msi
without it being signed.  Create a new "SignChorusHub" target that
will be run by the Team City build
"ChorusHub master Windows Service Installer-sans publish"
  • Loading branch information
chrisvire committed Mar 25, 2015
1 parent bca932a commit 19f5c29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/Chorus.proj
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@

</Target>

<Target Name="SignChorusHub" DependsOnTargets="ChorusHubInstaller">
<Message Text="Attempting to sign ChorusHubInstaller.msi" Importance="high" />
<Exec Command='sign "$(RootDir)\output\Release\ChorusHubInstaller.msi" ' />
</Target>

<Target Name="MakeWixForDistFiles" Condition="'$(OS)'=='Windows_NT'">
<MakeWixForDirTree
DirectoryReferenceId="mercurial"
Expand Down

0 comments on commit 19f5c29

Please sign in to comment.