Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
easier to call chocolatey task directly than to hack the TeamCity NuG…
Browse files Browse the repository at this point in the history
…et Pack task
  • Loading branch information
shiftbot committed Mar 20, 2013
1 parent 9dcecdc commit f8c1c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.proj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project ToolsVersion="4.0" DefaultTargets="Chocolatey" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" DefaultTargets="Test;Chocolatey" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<!-- TODO: mono build -->
<!-- TODO: package step to merge code into one binary -->
Expand Down Expand Up @@ -63,7 +63,7 @@
<Message Text="=========== Tests Passed ===========" Importance="High" />
</Target>

<Target Name="Chocolatey" DependsOnTargets="Test">
<Target Name="Chocolatey">

<Message Text="=========== Chocolatey Package ===========" Importance="High" />

Expand Down

0 comments on commit f8c1c06

Please sign in to comment.