File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const PackageJSON: any = require("../../package.json");
42
42
43
43
// NOTE: We will need to find a better way to deal with the required
44
44
// PS Editor Services version...
45
- const requiredEditorServicesVersion = "1.12.1 " ;
45
+ const requiredEditorServicesVersion = "1.12.2 " ;
46
46
47
47
// the application insights key (also known as instrumentation key) used for telemetry.
48
48
const AI_KEY : string = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217" ;
Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ RUN Import-Module ./containerFiles/dockerInstall.psm1; `
21
21
# Copy build script over
22
22
COPY build.ps1 containerFiles/build.ps1
23
23
24
- # Add an environment variable for build versioning
25
- ENV VSTS_BUILD=1
26
- ENV VSTS_BUILD_VERSION=1.12.1
27
-
28
24
# Uncomment to debug locally
29
25
# RUN Import-Module ./containerFiles/dockerInstall.psm1; `
30
26
# Install-ChocolateyPackage -PackageName git -Executable git.exe; `
Original file line number Diff line number Diff line change 1
1
$vstsVariables = @ {
2
- PSES_BRANCH = ' legacy /1.x '
2
+ PSES_BRANCH = ' release /1.12.2 '
3
3
}
4
4
5
5
# Use VSTS's API to set an env vars
You can’t perform that action at this time.
0 commit comments