Skip to content

Commit

Permalink
Output TeamCity build number from MSbuild script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hadlow committed Aug 7, 2012
1 parent 35c073c commit 2f9da3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/EasyNetQ.proj
Expand Up @@ -63,7 +63,7 @@

<Exec WorkingDirectory="$(Package)" Command="$(NuGet)\NuGet.exe pack $(Package)\EasyNetQ.nuspec" />

<Message Text="##teamcity[EasyNetQVersion '%(AsmInfo.Version)']" />
<Message Text="##teamcity[buildNumber '%(AsmInfo.Version)']" />
</Target>

</Project>

0 comments on commit 2f9da3c

Please sign in to comment.