Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5d45a1

Browse files
authoredMay 20, 2021
Fixing DockerV0 and DockerV1 issue - Cannot read property 'retrieveSecret' of undefined (#14860)
1 parent 744e2b7 commit b5d45a1

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed
 

‎Tasks/DockerV0/make.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
{
2+
"rm": [
3+
{
4+
"items": [
5+
"node_modules/azure-pipelines-tasks-docker-common-v2/node_modules/azure-pipelines-task-lib"
6+
],
7+
"options": "-Rf"
8+
}
9+
]
210
}

‎Tasks/DockerV0/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 187,
17-
"Patch": 1
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"preview": "false",

‎Tasks/DockerV0/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 187,
17-
"Patch": 1
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"preview": "false",

‎Tasks/DockerV1/make.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
{
2+
"rm": [
3+
{
4+
"items": [
5+
"node_modules/azure-pipelines-tasks-docker-common-v2/node_modules/azure-pipelines-task-lib"
6+
],
7+
"options": "-Rf"
8+
}
9+
]
210
}

‎Tasks/DockerV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 187,
17-
"Patch": 1
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"releaseNotes": "Simplified the task by:<br/>&nbsp;- Providing an option to simply select or type a command.<br/>&nbsp;- Retaining the useful input fields and providing an option to pass the rest as an argument to the command.",

‎Tasks/DockerV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 1,
1616
"Minor": 187,
17-
"Patch": 1
17+
"Patch": 2
1818
},
1919
"demands": [],
2020
"releaseNotes": "ms-resource:loc.releaseNotes",

0 commit comments

Comments
 (0)
Please sign in to comment.