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