Skip to content

Commit a230efb

Browse files
author
Jimmy Byrd
committed
update CI to 3.0 netcore
1 parent 75423a6 commit a230efb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: csharp
22
sudo: required
33
dist: xenial
44

5-
dotnet: 2.2.203
5+
dotnet: 3.0.100
66
mono:
77
- latest # => "stable release"
88
- alpha

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ build_script:
44
- cmd: build.cmd
55
test: off
66
version: 0.0.1.{build}
7+
install:
8+
- cmd: choco install dotnetcore-sdk -y
79
artifacts:
810
- path: bin
911
name: bin

0 commit comments

Comments
 (0)