Skip to content

Commit 9f58c6d

Browse files
committed
Using updated task.json file
1 parent 1596e71 commit 9f58c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitVersionVsoTask/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"isExpanded": false
2525
}
2626
],
27-
"instanceNameFormat": "GitVersion for $(BUILD_SOURCEBRANCHNAME)",
27+
"instanceNameFormat": "GitVersion",
2828
"inputs": [
2929
{
3030
"name": "updateAssemblyInfo",
@@ -45,9 +45,9 @@
4545
}
4646
],
4747
"execution": {
48-
"CmdLine": {
48+
"Process": {
4949
"target": "$(currentDirectory)\\GitVersion.exe",
50-
"argumentFormat": "/output buildserver /updateAssemblyInfo $(updateAssemblyInfo) /nofetch $(additionalArguments)",
50+
"argumentFormat": "$(Build.SourcesDirectory) /output buildserver /updateAssemblyInfo $(updateAssemblyInfo) /nofetch $(additionalArguments)",
5151
"workingDirectory": "$(currentDirectory)"
5252
}
5353
}

0 commit comments

Comments
 (0)