Skip to content

Commit

Permalink
DuffleInstallerV0: Updating azure-pipelines-task-lib from v2.7.7 to v…
Browse files Browse the repository at this point in the history
…2.8.0

- Also moved DuffleInstallerV0 from using 'utility-common' to 'utility-common-v2'
- Bumped up patch version
  • Loading branch information
savenkat committed Jun 11, 2019
1 parent a22b809 commit 4423f82
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 45 deletions.
37 changes: 25 additions & 12 deletions Tasks/Common/utility-common-v2/package-lock.json

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loc.friendlyName": "Duffle tool installer",
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=851275)",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=851275)",
"loc.description": "Install a specified version of Duffle for installing and managing CNAB bundles",
"loc.instanceNameFormat": "Install Duffle $(version)",
"loc.input.label.version": "Version",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DuffleInstallerV0/make.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": [
{
"module": "../Common/utility-common",
"module": "../Common/utility-common-v2",
"type": "node",
"dest" : "./",
"compile" : true
Expand Down
36 changes: 11 additions & 25 deletions Tasks/DuffleInstallerV0/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 Tasks/DuffleInstallerV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"dependencies": {
"@types/node": "^6.0.101",
"@types/q": "^1.5.0",
"azure-pipelines-task-lib": "2.7.7",
"azure-pipelines-task-lib": "2.8.0",
"azure-pipelines-tool-lib": "0.11.0",
"utility-common": "file:../../_build/Tasks/Common/utility-common-1.0.2.tgz"
"utility-common-v2": "file:../../_build/Tasks/Common/utility-common-v2-2.0.0.tgz"
}
}
4 changes: 2 additions & 2 deletions Tasks/DuffleInstallerV0/src/duffleinstaller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import fs = require('fs');
import * as toolLib from 'azure-pipelines-tool-lib/tool';
import * as os from 'os';
import * as util from 'util';
import { WebRequest, sendRequest } from 'utility-common/restutilities';
import { download } from 'utility-common/downloadutility';
import { WebRequest, sendRequest } from 'utility-common-v2/restutilities';
import { download } from 'utility-common-v2/downloadutility';

const DuffleToolName = 'duffle';
const DuffleLatestReleaseUrl = 'https://api.github.com/repos/deislabs/Duffle/releases/latest';
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DuffleInstallerV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 153,
"Patch": 1
"Patch": 2
},
"demands": [],
"groups": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DuffleInstallerV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 0,
"Minor": 153,
"Patch": 1
"Patch": 2
},
"demands": [],
"groups": [],
Expand Down

0 comments on commit 4423f82

Please sign in to comment.