Skip to content

Commit 53a29fb

Browse files
committed
actually, VS2013 is supposed to be the .NET Framework target
1 parent b98e97b commit 53a29fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: 2.7.0.{build}
22

33
image:
4-
- Visual Studio 2015
4+
- Visual Studio 2013
55
- Visual Studio 2017
66

77
skip_tags: true
88

99
for:
1010
- matrix:
1111
only:
12-
- image: Visual Studio 2015
12+
- image: Visual Studio 2013
1313
before_build:
1414
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.9.2/nuget.exe
1515
- appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/nuget-restore.cmd

0 commit comments

Comments
 (0)