Browse Source

Explicit specify test assemblies, so that appveyor doesn't directly run the ILSpy-tests.

pull/728/head
Daniel Grunwald 9 years ago
parent
commit
1f098e5e95
  1. 1
      .gitignore
  2. 4
      appveyor.yml

1
.gitignore vendored

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

4
appveyor.yml

@ -10,5 +10,9 @@ build: @@ -10,5 +10,9 @@ build:
project: ILSpy.sln
parallel: true
verbosity: minimal
test:
assemblies:
- 'ICSharpCode.Decompiler\bin\Debug\ICSharpCode.Decompiler.Tests.dll'
- 'ILSpy.BamlDecompiler\bin\Debug\ILSpy.BamlDecompiler.Tests.dll'
after_test:
- python BuildTools\tidy.py

Loading…
Cancel
Save