We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1c255 commit 5124638Copy full SHA for 5124638
Tasks/DotNetCoreCLI/make.json
@@ -5,5 +5,13 @@
5
"type": "node",
6
"compile": true
7
}
8
+ ],
9
+ "rm": [
10
+ {
11
+ "items": [
12
+ "node_modules/nuget-task-common/node_modules/vsts-task-lib"
13
14
+ "options": "-Rf"
15
+ }
16
]
17
Tasks/DotNetCoreCLI/task.json
@@ -18,7 +18,7 @@
18
"version": {
19
"Major": 0,
20
"Minor": 4,
21
- "Patch": 2
+ "Patch": 3
22
},
23
"minimumAgentVersion": "1.95.0",
24
"instanceNameFormat": "dotnet $(command)",
Tasks/DotNetCoreCLI/task.loc.json
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
0 commit comments