From f47fb61517e4a601a411a79dd2b6bb5b8c043fb5 Mon Sep 17 00:00:00 2001 From: fle-bach Date: Thu, 14 Mar 2019 15:18:54 +0100 Subject: [PATCH] mergedll in one dll in nupkg with no dependences --- ReactiveXComponent/ReactiveXComponent.csproj | 28 ++++++------------- .../ReactiveXComponentTest.csproj | 3 ++ build.cake | 1 - 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/ReactiveXComponent/ReactiveXComponent.csproj b/ReactiveXComponent/ReactiveXComponent.csproj index f9a5a8e..3734170 100644 --- a/ReactiveXComponent/ReactiveXComponent.csproj +++ b/ReactiveXComponent/ReactiveXComponent.csproj @@ -21,27 +21,17 @@ - - all - - - all - - - all - - - all - - - all - - - - + + + + + + + + + - $(MSBuildThisFileDirectory)$(OutputPath) diff --git a/ReactiveXComponentTest/ReactiveXComponentTest.csproj b/ReactiveXComponentTest/ReactiveXComponentTest.csproj index f94561f..57931c6 100644 --- a/ReactiveXComponentTest/ReactiveXComponentTest.csproj +++ b/ReactiveXComponentTest/ReactiveXComponentTest.csproj @@ -12,6 +12,9 @@ + + + diff --git a/build.cake b/build.cake index e9a5495..684f68a 100644 --- a/build.cake +++ b/build.cake @@ -16,7 +16,6 @@ Task("Clean") .Does(() => { CleanDirectory("nuget"); - CleanDirectory("packages"); CleanDirectory("packaging"); CleanDirectory("./ReactiveXComponent/bin"); CleanDirectory("./ReactiveXComponent/obj");