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 49b2f3a + 4605cde commit 595919aCopy full SHA for 595919a
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