Skip to content

Commit 6193b04

Browse files
rjmholtRobert Holt
authored and
Robert Holt
committed
[Ignore] Target PSES 1.12.2 for build (#1992)
1 parent 221729a commit 6193b04

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Diff for: src/main.ts

+1-1
Original file line numberDiff line numberDiff 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.
4848
const AI_KEY: string = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217";

Diff for: tools/releaseBuild/Image/DockerFile

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ RUN Import-Module ./containerFiles/dockerInstall.psm1; `
2121
# Copy build script over
2222
COPY 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; `

Diff for: tools/releaseBuild/setVstsVariables.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)