Skip to content

Commit 2bd9acd

Browse files
Robert Holtrjmholt
Robert Holt
authored andcommitted
[Ignore] Configure VSTS build for 2.0.0 branch
* Add VSTS environment variable setter script * Add PSES source fetch script parameterized on branch name * Add debugging messages to VSTS scripts * Increment version strings in vscode-PowerShell files
1 parent 1e1909e commit 2bd9acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/releaseBuild/setVstsVariables.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$vstsVariables = @{
2-
PSES_BRANCH = 'master'
2+
PSES_BRANCH = '2.0.0'
33
}
44

55
# Use VSTS's API to set an env vars

0 commit comments

Comments
 (0)