From 4ed51e5fa8791d67b385547dbcd4d968fb0ad4d9 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Mon, 16 Oct 2017 22:27:54 +0200 Subject: [PATCH] for xplat dev: always remove dlls from cache --- ElectronNET.API/ElectronNET.API.csproj | 4 +++- ElectronNET.API/devCleanup.sh | 1 + ElectronNET.CLI/ElectronNET.CLI.csproj | 4 +++- ElectronNET.CLI/devCleanup.sh | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100755 ElectronNET.API/devCleanup.sh create mode 100755 ElectronNET.CLI/devCleanup.sh diff --git a/ElectronNET.API/ElectronNET.API.csproj b/ElectronNET.API/ElectronNET.API.csproj index 04863a3..0dfc108 100644 --- a/ElectronNET.API/ElectronNET.API.csproj +++ b/ElectronNET.API/ElectronNET.API.csproj @@ -15,6 +15,8 @@ - + + + diff --git a/ElectronNET.API/devCleanup.sh b/ElectronNET.API/devCleanup.sh new file mode 100755 index 0000000..f3b1b44 --- /dev/null +++ b/ElectronNET.API/devCleanup.sh @@ -0,0 +1 @@ +rm -rf ~/.nuget/packages/electronnet.api \ No newline at end of file diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index 8702f57..eb487c8 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -52,5 +52,7 @@ - + + + diff --git a/ElectronNET.CLI/devCleanup.sh b/ElectronNET.CLI/devCleanup.sh new file mode 100755 index 0000000..b8b7e1f --- /dev/null +++ b/ElectronNET.CLI/devCleanup.sh @@ -0,0 +1 @@ +rm -rf ~/.nuget/packages/electronnet.cli \ No newline at end of file