We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1596e71 commit 9f58c6dCopy full SHA for 9f58c6d
src/GitVersionVsoTask/task.json
@@ -24,7 +24,7 @@
24
"isExpanded": false
25
}
26
],
27
- "instanceNameFormat": "GitVersion for $(BUILD_SOURCEBRANCHNAME)",
+ "instanceNameFormat": "GitVersion",
28
"inputs": [
29
{
30
"name": "updateAssemblyInfo",
@@ -45,9 +45,9 @@
45
46
47
"execution": {
48
- "CmdLine": {
+ "Process": {
49
"target": "$(currentDirectory)\\GitVersion.exe",
50
- "argumentFormat": "/output buildserver /updateAssemblyInfo $(updateAssemblyInfo) /nofetch $(additionalArguments)",
+ "argumentFormat": "$(Build.SourcesDirectory) /output buildserver /updateAssemblyInfo $(updateAssemblyInfo) /nofetch $(additionalArguments)",
51
"workingDirectory": "$(currentDirectory)"
52
53
0 commit comments