Skip to content

Commit 61ad31e

Browse files
authored
Pin azure-pipelines-task-lib and azure-pipelines-tool-lib to last known deployable versions (#325)
1 parent 553be12 commit 61ad31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack.ps1

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function SetupTaskDependencies($workingDirectory) {
5858
$tempPath = "$basePath/modules";
5959

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

0 commit comments

Comments
 (0)