Skip to content

Instantly share code, notes, and snippets.

@jasongaylord
Created January 25, 2018 16:48
Show Gist options
  • Save jasongaylord/323b288e924e412dfb67f2c6b326e290 to your computer and use it in GitHub Desktop.
Save jasongaylord/323b288e924e412dfb67f2c6b326e290 to your computer and use it in GitHub Desktop.
VSTS - Set NuGet Package Version
$pkgver=$(Get-Date -Format 'yyyy.Mdd.Hmmss');
Write-Host "##vso[task.setvariable variable=pkgver]$pkgver"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment