Skip to content

Commit b5d45a1

Browse files
authored
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)