Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Mar 28, 2022
1 parent 364eda7 commit 8b23f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirector
const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder') || '', '_jfrog'));
const defaultJfrogCliVersion = '1.53.2';
const minCustomCliVersion = '1.37.1';
const pluginVersion = '1.13.5';
const pluginVersion = '1.13.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.
Expand Down

0 comments on commit 8b23f97

Please sign in to comment.