Skip to content

Instantly share code, notes, and snippets.

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 a11smiles/ba9a572f7bee505690f5ca1a8aae1bf4 to your computer and use it in GitHub Desktop.
Save a11smiles/ba9a572f7bee505690f5ca1a8aae1bf4 to your computer and use it in GitHub Desktop.
$git = "cmd.exe /C git describe --abbrev=0 --tags";
$tag = (Invoke-Expression -Command:$git).substring(1);
$rev = $env:BUILD_BUILDNUMBER;
$build = "$tag-$rev";
Write-Host "$("##vso[build.updatebuildnumber]") $($build)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment