We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98e97b commit 53a29fbCopy full SHA for 53a29fb
1 file changed
appveyor.yml
@@ -1,15 +1,15 @@
1
version: 2.7.0.{build}
2
3
image:
4
- - Visual Studio 2015
+ - Visual Studio 2013
5
- Visual Studio 2017
6
7
skip_tags: true
8
9
for:
10
- matrix:
11
only:
12
- - image: Visual Studio 2015
+ - image: Visual Studio 2013
13
before_build:
14
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.9.2/nuget.exe
15
- appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/nuget-restore.cmd
0 commit comments