From 3f84cc6c60cb7c5fd985b549399992a708869c9f Mon Sep 17 00:00:00 2001 From: Anshul Gangwar Date: Wed, 2 Apr 2014 01:07:32 -0700 Subject: [PATCH] CLOUDSTACK-6325: [hyper-v] fixed cleaning of bin and obj directories when building with mono, they were not cleaning up and resulting in use of stale dlls in some cases --- .../hyperv/DotNet/ServerResource/AgentShell/AgentShell.csproj | 4 ++++ .../ServerResource/HypervResource/HypervResource.csproj | 4 ++++ .../ServerResource.Tests/ServerResource.Tests.csproj | 4 ++++ .../DotNet/ServerResource/WmiWrappers/WmiWrappers.csproj | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentShell.csproj b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentShell.csproj index a4c6b1fc073..f804ef6f670 100644 --- a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentShell.csproj +++ b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentShell.csproj @@ -137,6 +137,10 @@ + + + +