Browse Source

Check out ILSpy-tests on appveyor.

pull/728/head
Daniel Grunwald 9 years ago
parent
commit
ca239d36fc
  1. 1
      appveyor.yml

1
appveyor.yml

@ -3,6 +3,7 @@ configuration: Debug @@ -3,6 +3,7 @@ configuration: Debug
platform: Any CPU
install:
- git submodule update --init --recursive
- git checkout https://github.com/icsharpcode/ILSpy-tests
before_build:
- nuget restore ILSpy.sln
build:

Loading…
Cancel
Save