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
platform: Any CPU platform: Any CPU
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
- git checkout https://github.com/icsharpcode/ILSpy-tests
before_build: before_build:
- nuget restore ILSpy.sln - nuget restore ILSpy.sln
build: build:

Loading…
Cancel
Save