From 61ad31edf6e6a9df5830f0a087c40b8b2ab74e95 Mon Sep 17 00:00:00 2001 From: Travis Leeden Date: Fri, 1 Mar 2024 13:30:46 +1000 Subject: [PATCH] Pin azure-pipelines-task-lib and azure-pipelines-tool-lib to last known deployable versions (#325) --- pack.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pack.ps1 diff --git a/pack.ps1 b/pack.ps1 old mode 100644 new mode 100755 index 08ac4bb1..73a89c27 --- a/pack.ps1 +++ b/pack.ps1 @@ -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