Skip to content

Commit 967c341

Browse files
Fix logging output for travis
1 parent c8b51dd commit 967c341

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ install:
1010
- mono .nuget/nuget.exe install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
1111
script:
1212
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
13-
- mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l -console -output buildserver -updateAssemblyInfo
13+
- mono ./build/NuGetCommandLineBuild/tools/GitVersion.exe -l build.log -output buildserver -updateAssemblyInfo
14+
- cat build.log
1415
- xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:detailed
1516
- mono ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionCore.Tests/bin/Debug/GitVersionCore.Tests.dll ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionExe.Tests/bin/Debug/GitVersionExe.Tests.dll --where "cat != NoMono" --noresult
1617

@@ -20,4 +21,4 @@ script:
2021
#
2122
# To run a clean build with Mono, executing all tests, do:
2223
# xbuild ./src/GitVersion.sln /t:Clean /verbosity:quiet && xbuild ./src/GitVersion.sln /property:Configuration="Debug" /verbosity:quiet && mono ./src/packages/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionCore.Tests/bin/Debug/GitVersionCore.Tests.dll ./src/GitVersionTask.Tests/bin/Debug/GitVersionTask.Tests.dll ./src/GitVersionExe.Tests/bin/Debug/GitVersionExe.Tests.dll --noresult --where "cat != NoMono" --noresult
23-
#
24+
#

0 commit comments

Comments
 (0)