Browse Source

Work around improper integration of assembly info generation

pull/836/head
Sam Harwell 8 years ago
parent
commit
abfe707b0f
  1. 2
      appveyor.yml

2
appveyor.yml

@ -7,7 +7,7 @@ install:
before_build: before_build:
- nuget restore ILSpy.sln - nuget restore ILSpy.sln
build_script: build_script:
- msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" - msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false /t:BeforeBuild,Build "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
test: test:
assemblies: assemblies:
- 'ICSharpCode.Decompiler\bin\Debug\net461\ICSharpCode.Decompiler.Tests.dll' - 'ICSharpCode.Decompiler\bin\Debug\net461\ICSharpCode.Decompiler.Tests.dll'

Loading…
Cancel
Save