Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const PackageJSON: any = require("../../package.json");

// NOTE: We will need to find a better way to deal with the required
// PS Editor Services version...
const requiredEditorServicesVersion = "1.12.1";
const requiredEditorServicesVersion = "1.12.2";

// the application insights key (also known as instrumentation key) used for telemetry.
const AI_KEY: string = "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217";
Expand Down
4 changes: 0 additions & 4 deletions tools/releaseBuild/Image/DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ RUN Import-Module ./containerFiles/dockerInstall.psm1; `
# Copy build script over
COPY build.ps1 containerFiles/build.ps1

# Add an environment variable for build versioning
ENV VSTS_BUILD=1
ENV VSTS_BUILD_VERSION=1.12.1

# Uncomment to debug locally
# RUN Import-Module ./containerFiles/dockerInstall.psm1; `
# Install-ChocolateyPackage -PackageName git -Executable git.exe; `
Expand Down
2 changes: 1 addition & 1 deletion tools/releaseBuild/setVstsVariables.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$vstsVariables = @{
PSES_BRANCH = 'legacy/1.x'
PSES_BRANCH = 'release/1.12.2'
}

# Use VSTS's API to set an env vars
Expand Down