Skip to content

Commit fd7f7d3

Browse files
hotfix m179 to target main.js (#14018)
1 parent 25198d9 commit fd7f7d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tasks/NuGetAuthenticateV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 179,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"minimumAgentVersion": "2.120.0",
2020
"instanceNameFormat": "NuGet Authenticate",
@@ -40,7 +40,7 @@
4040
],
4141
"execution": {
4242
"Node10": {
43-
"target": "bash.js",
43+
"target": "main.js",
4444
"argumentFormat": ""
4545
}
4646
},

Tasks/NuGetAuthenticateV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 179,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"minimumAgentVersion": "2.120.0",
2020
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -40,7 +40,7 @@
4040
],
4141
"execution": {
4242
"Node10": {
43-
"target": "bash.js",
43+
"target": "main.js",
4444
"argumentFormat": ""
4545
}
4646
},

0 commit comments

Comments
 (0)