We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c1993 commit b990c08Copy full SHA for b990c08
tools/releaseBuild/setVstsVariables.ps1
@@ -1,5 +1,5 @@
1
$vstsVariables = @{
2
- PSES_BRANCH = 'master'
+ PSES_BRANCH = 'release/2.0.0'
3
}
4
5
# Use VSTS's API to set an env vars
0 commit comments