Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Jan 12, 2022
1 parent d54f34a commit 718581b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jfrog-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const fileName = getCliExecutableName();
const jfrogCliToolName = 'jf';
const cliPackage = 'jfrog-cli-' + getArchitecture();
const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf'));
const defaultJfrogCliVersion = '2.10.0';
const defaultJfrogCliVersion = '2.10.1';
const minCustomCliVersion = '2.10.0';
const pluginVersion = '1.0.1';
const pluginVersion = '2.0.2';
const buildAgent = 'jfrog-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 718581b

Please sign in to comment.