We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116847b commit 9070d3fCopy full SHA for 9070d3f
2 files changed
.travis.yml
@@ -8,8 +8,8 @@ install:
8
- dotnet restore
9
10
script:
11
- - dotnet build -c Debug
12
- - dotnet test Jenkins.Net.Tests/Jenkins.Net.Tests.csproj -c Debug --no-build --filter Category=Unit
+ - dotnet build -c Debug --no-restore -v m
+ #- dotnet test Jenkins.Net.Tests/Jenkins.Net.Tests.csproj -c Debug --no-build --filter Category=Unit
13
14
deploy:
15
skip_cleanup: true
Jenkins.Net.Tests/IntegrationTests/ClientTests.cs
@@ -3,6 +3,7 @@
3
using System;
4
using Xunit;
5
using Assert = Xunit.Assert;
6
+
7
#if NET_ASYNC
using System.Threading.Tasks;
#endif
0 commit comments