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 8fba288 commit 51e4ec6Copy full SHA for 51e4ec6
src/GitVersionTfsTask/GitVersion.ps1
@@ -33,7 +33,7 @@ if (-not $gitVersionPath)
33
throw (Get-LocalizedString -Key "Unable to locate {0}" -ArgumentList 'gitversion.exe')
34
}
35
36
-$argsGitVersion = "$sourcesDirectory" + " /output buildserver /nofetch"
+$argsGitVersion = """$sourcesDirectory""" + " /output buildserver /nofetch"
37
38
if($updateAssemblyInfoFlag)
39
{
0 commit comments