Browse Source

fix typo

pull/728/head
Daniel Grunwald 9 years ago
parent
commit
487fc4448c
  1. 2
      appveyor.yml

2
appveyor.yml

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

Loading…
Cancel
Save