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.
2 parents 98be5cc + 476bc73 commit cb056ecCopy full SHA for cb056ec
src/GitVersionVsoTask/task.json
@@ -47,7 +47,7 @@
47
"execution": {
48
"Process": {
49
"target": "$(currentDirectory)\\GitVersion.exe",
50
- "argumentFormat": "$(Build.SourcesDirectory) /output buildserver /updateAssemblyInfo $(updateAssemblyInfo) /nofetch $(additionalArguments)",
+ "argumentFormat": "\"$(Build.SourcesDirectory)\" /output buildserver /updateAssemblyInfo $(updateAssemblyInfo) /nofetch $(additionalArguments)",
51
"workingDirectory": "$(currentDirectory)"
52
}
53
0 commit comments