Skip to content

Commit 52b9b7c

Browse files
committed
#143: Use Appveyor image "Visual Studio 2019" to build .NET Core 3.1
1 parent 6065baf commit 52b9b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci_appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: CI_{branch}_{build}
2-
image: Visual Studio 2017
2+
image: Visual Studio 2019
33
skip_tags: true
44
configuration:
55
- Release

release_appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1.5.3.{build}
2-
image: Visual Studio 2017
2+
image: Visual Studio 2019
33
branches:
44
only:
55
- master

0 commit comments

Comments
 (0)