From aabb2267886eea4062408fb9980f2e4bc47f4686 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 31 Aug 2017 14:59:27 +0200 Subject: [PATCH] Disable parallel builds and move build dependencies to netstd project. --- .../ICSharpCode.Decompiler.csproj | 6 +- .../ICSharpCode.Decompiler.netstd.csproj | 90 +++++++++++-------- appveyor.yml | 2 +- 3 files changed, 58 insertions(+), 40 deletions(-) diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index 2de1c7897..28d2535bc 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -546,13 +546,17 @@ Instructions.cs - {D68133BD-1E63-496E-9EDE-4FBDBF77B486} Mono.Cecil + + {fd56f486-a0c3-4469-b6d3-d2bae23ce2a0} + ICSharpCode.Decompiler.netstd + false + diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.netstd.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.netstd.csproj index 6df2039b0..544248968 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.netstd.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.netstd.csproj @@ -1,42 +1,56 @@ - - netstandard2.0 - ICSharpCode.Decompiler - ICSharpCode.Decompiler - false - true - true - ICSharpCode.Decompiler.snk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + netstandard2.0 + ICSharpCode.Decompiler + ICSharpCode.Decompiler + false + true + true + ICSharpCode.Decompiler.snk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UpdateAssemblyInfo.exe + mono $(UpdateAssemblyInfo) + + + + + + + + + \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 9b2f33ac5..36241bde9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ before_build: - nuget restore ILSpy.sln build: project: ILSpy.sln - parallel: true + parallel: false verbosity: minimal test: assemblies: