Skip to content

Commit cb056ec

Browse files
committed
Merge pull request #591 from pascalberger/QuotePath2
Quote source path
2 parents 98be5cc + 476bc73 commit cb056ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionVsoTask/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"execution": {
4848
"Process": {
4949
"target": "$(currentDirectory)\\GitVersion.exe",
50-
"argumentFormat": "$(Build.SourcesDirectory) /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)