diff --git a/.gitignore b/.gitignore index 5ab4836f1..10e9b5634 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ bin/ obj/ +/ILSpy-tests /ICSharpCode.Decompiler/Properties/AssemblyInfo.cs /ILSpy/Properties/AssemblyInfo.cs /ILSpy/app.config diff --git a/appveyor.yml b/appveyor.yml index 40d10051a..6060f0cd2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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