Skip to content

Instantly share code, notes, and snippets.

@nphmuller
Created June 29, 2018 12:06
Show Gist options
  • Save nphmuller/9d1e60cecae3d69c5c0443905a2bfbc7 to your computer and use it in GitHub Desktop.
Save nphmuller/9d1e60cecae3d69c5c0443905a2bfbc7 to your computer and use it in GitHub Desktop.
phases:
- phase: Phase1
steps:
- powershell: Write-Host "##vso[task.setvariable variable=OutputVar;]UpdatedValueInScript"
displayName: Create variable
- powershell: Write-Host $env:OutputVar
displayName: Print variable
# env:
# OutputVar: $(OutputVar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment