Skip to content

Commit

Permalink
actually, VS2013 is supposed to be the .NET Framework target
Browse files Browse the repository at this point in the history
  • Loading branch information
bodewig committed Apr 7, 2019
1 parent b98e97b commit 53a29fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 2.7.0.{build}

image:
- Visual Studio 2015
- Visual Studio 2013
- Visual Studio 2017

skip_tags: true

for:
- matrix:
only:
- image: Visual Studio 2015
- image: Visual Studio 2013
before_build:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.9.2/nuget.exe
- appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/nuget-restore.cmd
Expand Down

0 comments on commit 53a29fb

Please sign in to comment.