We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25db775 commit 06fb47dCopy full SHA for 06fb47d
.travis.yml
@@ -4,12 +4,12 @@ os:
4
- linux
5
- osx
6
7
-osx_image: xcode9
+osx_image: xcode11.2
8
9
mono:
10
- weekly
11
- latest
12
- - 5.8.0
+ - 6.0.0
13
14
dotnet: 3.0.100
15
@@ -18,6 +18,6 @@ sudo: false
18
install:
19
20
script:
21
- - ./fcs/build.sh Build
+ - ./fcs/build.sh TestAndNuget
22
23
appveyor.yml
@@ -9,5 +9,4 @@ build_script:
test: off
version: '{build}'
artifacts:
- - path: release\fcs\*.nupkg
- type: NuGetPackage
+ - path: artifacts\bin\fcs\Release\*.nupkg
0 commit comments