From 5975b2ea6756914abacfabe4c2857603ec7855c1 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 31 Aug 2017 20:48:19 -0500 Subject: [PATCH] Work around improper .NET Standard build support in cecil --- .../ICSharpCode.Decompiler.Tests.csproj | 2 +- ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 2 +- ILSpy.AddIn/ILSpy.AddIn.csproj | 5 ++--- .../ILSpy.BamlDecompiler.Tests.csproj | 2 +- ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj | 2 +- ILSpy/ILSpy.csproj | 4 ++-- TestPlugin/TestPlugin.csproj | 2 +- appveyor.yml | 6 ++---- 8 files changed, 11 insertions(+), 14 deletions(-) diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index e3363b5ef..b615cc7c0 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -39,7 +39,7 @@ - + diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index a72696dc5..99c21d3a2 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -42,7 +42,7 @@ - + diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index a00e3424c..d8c8fe6af 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -44,12 +44,11 @@ - - - + + diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index f22ee7231..954ee0b03 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -37,7 +37,7 @@ - + diff --git a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj index 747c3c8d6..715adb513 100644 --- a/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj +++ b/ILSpy.BamlDecompiler/ILSpy.BamlDecompiler.csproj @@ -46,7 +46,7 @@ False - + False diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 51d2bb8f0..80959eb0c 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -53,8 +53,8 @@ - - + + diff --git a/TestPlugin/TestPlugin.csproj b/TestPlugin/TestPlugin.csproj index 288b3331f..0b88693e2 100644 --- a/TestPlugin/TestPlugin.csproj +++ b/TestPlugin/TestPlugin.csproj @@ -35,7 +35,7 @@ - + diff --git a/appveyor.yml b/appveyor.yml index a1e31f499..a2739c62d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,10 +6,8 @@ install: - git submodule update --init --recursive before_build: - nuget restore ILSpy.sln -build: - project: ILSpy.sln - parallel: false - verbosity: minimal +build_script: +- msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" test: assemblies: - 'ICSharpCode.Decompiler\bin\Debug\net461\ICSharpCode.Decompiler.Tests.dll'