File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 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");
4242
4343// NOTE: We will need to find a better way to deal with the required
4444// PS Editor Services version...
45- const requiredEditorServicesVersion = "1.12.1 " ;
45+ const requiredEditorServicesVersion = "1.12.2 " ;
4646
4747// the application insights key (also known as instrumentation key) used for telemetry.
4848const 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; `
2121# Copy build script over
2222COPY build.ps1 containerFiles/build.ps1
2323
24- # Add an environment variable for build versioning
25- ENV VSTS_BUILD=1
26- ENV VSTS_BUILD_VERSION=1.12.1
27-
2824# Uncomment to debug locally
2925# RUN Import-Module ./containerFiles/dockerInstall.psm1; `
3026# Install-ChocolateyPackage -PackageName git -Executable git.exe; `
Original file line number Diff line number Diff line change 11$vstsVariables = @ {
2- PSES_BRANCH = ' legacy /1.x '
2+ PSES_BRANCH = ' release /1.12.2 '
33}
44
55# Use VSTS's API to set an env vars
You can’t perform that action at this time.
0 commit comments