Skip to content

Commit 595919a

Browse files
authored
Merge pull request #1086 from johanclasson/features/supportspaceintfstask
Support for space character in the VSTS Agent working directory
2 parents 49b2f3a + 4605cde commit 595919a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionTfsTask/GitVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (-not $gitVersionPath)
3333
throw (Get-LocalizedString -Key "Unable to locate {0}" -ArgumentList 'gitversion.exe')
3434
}
3535

36-
$argsGitVersion = "$sourcesDirectory" + " /output buildserver /nofetch"
36+
$argsGitVersion = """$sourcesDirectory""" + " /output buildserver /nofetch"
3737

3838
if($updateAssemblyInfoFlag)
3939
{

0 commit comments

Comments
 (0)