Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GeorgeTsiokos/bb053496bbb70ed296967fe6148a87de to your computer and use it in GitHub Desktop.
Save GeorgeTsiokos/bb053496bbb70ed296967fe6148a87de to your computer and use it in GitHub Desktop.
VSTS Build # in assembly
Arguments: $(Build.BuildNumber)
Add-Content .\SharedAssemblyInfo.cs "`r`n[assembly: AssemblyInformationalVersion(`"$args`")]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment