Browse Source

appveyor: use image: Visual Studio 2017 RC

pull/728/merge
Daniel Grunwald 9 years ago
parent
commit
0d318eef50
  1. 1
      appveyor.yml

1
appveyor.yml

@ -1,6 +1,7 @@
version: 1.0.{build} version: 1.0.{build}
configuration: Debug configuration: Debug
platform: Any CPU platform: Any CPU
image: Visual Studio 2017 RC
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
- git clone https://github.com/icsharpcode/ILSpy-tests - git clone https://github.com/icsharpcode/ILSpy-tests

Loading…
Cancel
Save