Skip to content

Commit

Permalink
Update CI for .NET Core 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMaddock committed Jun 7, 2020
1 parent 0d572d4 commit 3f62216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: csharp
sudo: required

dotnet: 2.1.401
dotnet: 3.1.300
mono: 6.6.0

matrix:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ branches:
except:
- /travis-.*/

image: Visual Studio 2017
image: Visual Studio 2019

build_script:
- ps: .\build.ps1 -Target "Appveyor" -Configuration "Release"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

- job: Windows
pool:
vmImage: vs2017-win2016
vmImage: windows-latest
steps:

- powershell: .\build.ps1 -Target Test -Configuration Release
Expand Down

0 comments on commit 3f62216

Please sign in to comment.