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 f90db7f commit 7d794b3Copy full SHA for 7d794b3
.travis.yml
@@ -7,6 +7,7 @@ os:
7
mono:
8
- latest
9
- 4.2.2
10
+ - 4.0.5
11
12
sudo: false
13
@@ -15,7 +16,7 @@ install:
15
16
script:
17
- ./build.sh NuGet
18
-matrix:
19
- allow_failures:
20
- - os: osx
21
- mono: latest
+#matrix:
+# allow_failures:
+# - os: osx
22
+# mono: latest
appveyor.yml
@@ -8,6 +8,10 @@ environment:
- BUILD_TARGET: DotnetCliTests
- BUILD_TARGET: NuGet
+matrix:
+ allow_failures:
+ - BUILD_TARGET: DotnetCliTests
14
+
build_script:
- ps: dotnet --info
- cmd: build.cmd %BUILD_TARGET%
0 commit comments