Skip to content

Commit 15a435e

Browse files
committed
Build TypeProviderUsers as part of CI.
This might catch quotation bugs in provider.
1 parent c43d73f commit 15a435e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ install:
66
- nuget restore src/Rezoom.SQL.sln
77
- nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner
88
script:
9-
- xbuild /p:Configuration=Debug src/Rezoom.SQL.sln
9+
- xbuild /p:Configuration=Release src/Rezoom.SQL.sln
1010
- 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+
1113

1214

0 commit comments

Comments
 (0)