Skip to content

Commit 5124638

Browse files
authored
Fix for the corrupted calls (#6232)
1 parent af1c255 commit 5124638

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Tasks/DotNetCoreCLI/make.json

+8
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,13 @@
55
"type": "node",
66
"compile": true
77
}
8+
],
9+
"rm": [
10+
{
11+
"items": [
12+
"node_modules/nuget-task-common/node_modules/vsts-task-lib"
13+
],
14+
"options": "-Rf"
15+
}
816
]
917
}

Tasks/DotNetCoreCLI/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 0,
2020
"Minor": 4,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"minimumAgentVersion": "1.95.0",
2424
"instanceNameFormat": "dotnet $(command)",

Tasks/DotNetCoreCLI/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 0,
2020
"Minor": 4,
21-
"Patch": 2
21+
"Patch": 3
2222
},
2323
"minimumAgentVersion": "1.95.0",
2424
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",

0 commit comments

Comments
 (0)