Skip to content

Commit 579915c

Browse files
author
Pascal Berger
committed
GitTools#856 introduced some breaking changes to the command line regarding boolean parameters requiring a value. Update the VSTS task to the new command line.
1 parent 6308f89 commit 579915c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionTfsTask/GitVersion.ps1

+1-1
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 true"
3737

3838
if($updateAssemblyInfoFlag)
3939
{

0 commit comments

Comments
 (0)