Skip to content

Instantly share code, notes, and snippets.

@RichieBzzzt
Last active September 22, 2017 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RichieBzzzt/ded94a621a3d172a3bb73991a8876fca to your computer and use it in GitHub Desktop.
Save RichieBzzzt/ded94a621a3d172a3bb73991a8876fca to your computer and use it in GitHub Desktop.
<Target Name ="BuildMessage" Condition ="'$(RunBuildMessage)'=='1'">
<BuildStep
Name="BuildMessage"
Message="This is the build message..."
TeamFoundationServerUrl="$(TeamFoundationServerUrl)"
BuildUri="$(BuildURI)" Condition="'$(IsDesktopBuild)' != 'true'">
<Output TaskParameter="Id" PropertyName="BuildMessageId" />
</BuildStep>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment