Skip to content

Commit 7523e99

Browse files
authored
Use Visual Studio 2019 image on AppVeyor (#330)
1 parent 8aedbbd commit 7523e99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#---------------------------------#
22
# Build Image #
33
#---------------------------------#
4-
image: Visual Studio 2022
4+
# Cake recipe requires .NET Core 2.1 which is not available on newer images
5+
image: Visual Studio 2019
56

67
#---------------------------------#
78
# Build Script #

0 commit comments

Comments
 (0)