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.
1 parent 2422660 commit c2794d0Copy full SHA for c2794d0
.travis.yml
@@ -8,4 +8,5 @@ install:
8
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
9
script:
10
- xbuild "./src/GitVersion.sln" /property:Configuration="Debug" /verbosity:detailed
11
+after_script:
12
- mono --debug --runtime=v4.0.30319 ./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"
0 commit comments