We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43d73f commit 15a435eCopy full SHA for 15a435e
1 file changed
.travis.yml
@@ -6,7 +6,9 @@ install:
6
- nuget restore src/Rezoom.SQL.sln
7
- nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner
8
script:
9
- - xbuild /p:Configuration=Debug src/Rezoom.SQL.sln
+ - xbuild /p:Configuration=Release src/Rezoom.SQL.sln
10
- mono ./testrunner/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe ./src/Rezoom.SQL.Test/bin/Debug/Rezoom.SQL.Test.dll
11
+ - xbuild /p:Configuration=Debug src/TypeProviderUsers/TypeProviderUsers.sln
12
+
13
14
0 commit comments