We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd10f1e commit 6eee9a6Copy full SHA for 6eee9a6
.travis.yml
@@ -2,5 +2,5 @@ language: csharp
2
mono: none
3
dotnet: 2.1
4
script:
5
-- dotnet build -c Debug
+- dotnet build -c Release
6
- dotnet test
0 commit comments