Skip to content

Commit 97beeff

Browse files
author
Danny McCormick
authored
Fix bad package version (#13533)
* Resolve conflicts * Undo inadvertent change * Undo inadvertent change
1 parent 7e8a677 commit 97beeff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+127
-130
lines changed

Tasks/ACRTaskV0/package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/ACRTaskV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@types/q": "1.0.7",
2222
"archiver": "1.2.0",
2323
"azure-pipelines-task-lib": "2.8.0",
24+
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
2425
"azure-pipelines-tasks-docker-common-v2": "1.0.0",
25-
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.0",
2626
"azure-pipelines-tool-lib": "0.11.0",
2727
"azure-storage": "^2.10.3",
2828
"js-yaml": "3.13.1",

Tasks/ACRTaskV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 175,
19-
"Patch": 1
19+
"Patch": 2
2020
},
2121
"instanceNameFormat": "acrTask",
2222
"showEnvironmentVariables": true,

Tasks/ACRTaskV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 175,
19-
"Patch": 1
19+
"Patch": 2
2020
},
2121
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2222
"showEnvironmentVariables": true,

Tasks/AzureAppServiceManageV0/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureAppServiceManageV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/mocha": "2.2.48",
2121
"@types/node": "6.0.68",
2222
"@types/q": "1.0.7",
23-
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.3",
23+
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
2424
"q": "1.4.1",
2525
"utility-common-v2": "file:../../_build/Tasks/Common/utility-common-v2-2.0.0.tgz",
2626
"xml2js": "0.4.13"

Tasks/AzureAppServiceManageV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 175,
22-
"Patch": 1
22+
"Patch": 2
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "$(Action): $(WebAppName)",

Tasks/AzureAppServiceManageV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 175,
22-
"Patch": 1
22+
"Patch": 2
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

Tasks/AzureFileCopyV2/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureFileCopyV2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/mocha": "2.2.48",
55
"@types/node": "6.0.68",
66
"@types/q": "1.0.7",
7-
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.3",
7+
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
88
"azure-pipelines-task-lib": "2.8.0",
99
"moment": "2.21.0",
1010
"uuid": "3.2.1"

0 commit comments

Comments
 (0)