From 5cf5437c22467cb7ab43ee1bc95a15793de85904 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 1 Oct 2020 12:51:56 +0300 Subject: [PATCH] Update utils.js --- artifactory-tasks-utils/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifactory-tasks-utils/utils.js b/artifactory-tasks-utils/utils.js index 1cb5c315..627f29db 100644 --- a/artifactory-tasks-utils/utils.js +++ b/artifactory-tasks-utils/utils.js @@ -13,7 +13,7 @@ const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirector const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder'), '_jfrog')); const defaultJfrogCliVersion = '1.39.5'; const minCustomCliVersion = '1.37.1'; -const pluginVersion = '1.10.3'; +const pluginVersion = '1.10.6'; const buildAgent = 'artifactory-azure-devops-extension'; const customFolderPath = encodePath(path.join(jfrogFolderPath, 'current')); const customCliPath = encodePath(path.join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.