Browse Source

Add ILSpy-tests as a submodule

pull/836/head
Sam Harwell 8 years ago
parent
commit
a8791e825e
  1. 1
      .gitignore
  2. 3
      .gitmodules
  3. 1
      ILSpy-tests
  4. 1
      appveyor.yml

1
.gitignore vendored

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
bin/
obj/
/ILSpy-tests
/ICSharpCode.Decompiler/Properties/AssemblyInfo.cs
/ILSpy/Properties/AssemblyInfo.cs
/ILSpy/app.config

3
.gitmodules vendored

@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
[submodule "cecil"]
path = cecil
url = https://github.com/jbevain/cecil.git
[submodule "ILSpy-tests"]
path = ILSpy-tests
url = https://github.com/icsharpcode/ILSpy-tests

1
ILSpy-tests

@ -0,0 +1 @@ @@ -0,0 +1 @@
Subproject commit e8c3f0e9e811b9f67090ac6ee445d9cc3e52f82a

1
appveyor.yml

@ -4,7 +4,6 @@ platform: Any CPU @@ -4,7 +4,6 @@ platform: Any CPU
image: Visual Studio 2017
install:
- git submodule update --init --recursive
- git clone https://github.com/icsharpcode/ILSpy-tests
before_build:
- nuget restore ILSpy.sln
build:

Loading…
Cancel
Save