Browse Source

fix typo

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

2
appveyor.yml

@ -3,7 +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 - git clone https://github.com/icsharpcode/ILSpy-tests
before_build: before_build:
- nuget restore ILSpy.sln - nuget restore ILSpy.sln
build: build:

Loading…
Cancel
Save