Skip to content

Commit

Permalink
Pin azure-pipelines-task-lib and azure-pipelines-tool-lib to last kno…
Browse files Browse the repository at this point in the history
…wn deployable versions (#325)
  • Loading branch information
tleed5 authored Mar 1, 2024
1 parent 553be12 commit 61ad31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.ps1
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function SetupTaskDependencies($workingDirectory) {
$tempPath = "$basePath/modules";

mkdir "$tempPath/node_modules"
& npm install --prefix $tempPath azure-pipelines-task-lib azure-pipelines-tool-lib
& npm install --prefix $tempPath azure-pipelines-task-lib@4.3.1 azure-pipelines-tool-lib@2.0.4
& npm dedup --prefix $tempPath
& go install github.com/tj/node-prune@latest

Expand Down

0 comments on commit 61ad31e

Please sign in to comment.