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 55c1ddd commit f14fa8fCopy full SHA for f14fa8f
.travis.yml
@@ -5,5 +5,5 @@ install:
5
- nuget restore src/GitVersion.sln
6
- nuget install NUnit.Runners -Version 2.6.4 -OutputDirectory nunit
7
script:
8
- - xbuild /p:Configuration=Debug "./src/GitVersion.sln"
+ - xbuild "./src/GitVersion.sln"
9
- mono --debug --runtime=v4.0.30319 ./nunit/NUnit.Runners.2.6.4/tools/nunit-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 -nodots
0 commit comments