Skip to content

Commit

Permalink
utility-common - Replace 7zip 19 with 7zip 23 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-mohithgc authored Feb 9, 2024
1 parent 45b827d commit 3fbba8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common-npm-packages/utility-common/make.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var { downloadArchive } = require('../build-scripts/downloadArchive');

var buildPath = './_build'
var toolPath = './tools'
var zipUrl = 'https://vstsagenttools.blob.core.windows.net/tools/7zip/4/7zip.zip'
var zipUrl = 'https://vstsagenttools.blob.core.windows.net/tools/7zip/5/7zip.zip'

const targetPath = downloadArchive(zipUrl, path.join('../_download', toolPath));
if (!fs.existsSync(toolPath)) {
Expand Down
8 changes: 4 additions & 4 deletions common-npm-packages/utility-common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common-npm-packages/utility-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-pipelines-tasks-utility-common",
"version": "3.230.0",
"version": "3.235.0",
"description": "Common Library for Azure Rest Calls",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"azure-pipelines-task-lib": "^4.4.0",
"azure-pipelines-tool-lib": "^2.0.7",
"js-yaml": "3.13.1",
"semver": "^5.4.1"
"semver": "^5.7.2"
},
"devDependencies": {
"@types/mocha": "^8.2.3",
Expand Down

0 comments on commit 3fbba8c

Please sign in to comment.