Skip to content

Commit

Permalink
Added the commit id to the msi for tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Jan 27, 2012
1 parent c6617f2 commit 81c8642
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kudu.Setup/Kudu.wxs
Expand Up @@ -93,6 +93,10 @@
<File Id="Web.config" Source="$(var.KuduServiceDir)\Web.config" />
</Component>

<Component Id="commit" Guid="{DCC5FEC1-0431-492E-9960-DC43A91D6002}">
<File Id="commit" Source="$(var.KuduServiceDir)\commit" />
</Component>

</DirectoryRef>

<DirectoryRef Id="KUDU_SERVICE_BIN">
Expand Down Expand Up @@ -213,6 +217,7 @@
<ComponentRef Id="Default.aspx" />
<ComponentRef Id="Global.asax" />
<ComponentRef Id="Web.config" />
<ComponentRef Id="commit" />

<ComponentRef Id="Kudu.Contracts.dll"/>
<ComponentRef Id="Kudu.Core.dll"/>
Expand Down

0 comments on commit 81c8642

Please sign in to comment.