We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553be12 commit 61ad31eCopy full SHA for 61ad31e
pack.ps1
100644
100755
@@ -58,7 +58,7 @@ function SetupTaskDependencies($workingDirectory) {
58
$tempPath = "$basePath/modules";
59
60
mkdir "$tempPath/node_modules"
61
- & 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
62
& npm dedup --prefix $tempPath
63
& go install github.com/tj/node-prune@latest
64
0 commit comments