Skip to content

Commit 68411ec

Browse files
authored
Merge branch 'master' into FixTfsTaskBuild
2 parents 53ae501 + 99e363e commit 68411ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ void Build(string configuration, string nugetVersion, string semVersion, string
2222
XBuild("./src/GitVersion.sln", new XBuildSettings()
2323
.SetConfiguration(configuration)
2424
.WithProperty("POSIX", "True")
25-
.SetVerbosity(Verbosity.Verbose));
25+
.SetVerbosity(Verbosity.Minimal));
2626
}
2727
else
2828
{

docs/more-info/dynamic-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To tell GitVersion.exe to obtain the repository on the fly, you need to call `Gi
2323
* /b [branch name]
2424
* /c [commit id]
2525

26-
Please note that these arguments (and their usage) are described [here.](https://github.com/ParticularLabs/GitVersion/wiki/Command-Line-Tool)
26+
Please note that these arguments are described when calling `GitVersion.exe /?`.
2727

2828
Also, be aware that if you don't specify the `/b` argument (branch name) then GitVersion will currently fallback to targeting whatever the default branch name happens to be for the repo. This could lead to incorrect results, so for that reason it's recommended to always explicitly specify the branch name.
2929

0 commit comments

Comments
 (0)