Skip to content

Commit ff288cd

Browse files
committed
Change base image of app veyor to vs2019 as netcoreapp3.0 requires Vs2019
1 parent 17ecc78 commit ff288cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: '{build}'
22
skip_tags: true
3-
image: Visual Studio 2017
3+
image: Visual Studio 2019
44
install:
55
- ps: ./Setup.ps1
66
build_script:

0 commit comments

Comments
 (0)