-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19907/
-----------------------------------------------------------
Review request for cloudstack, Devdeep Singh and Rajesh Battala.
Bugs: CLOUDSTACK-6325
https://issues.apache.org/jira/browse/CLOUDSTACK-6325
Repository: cloudstack-git
Description
-------
Fixed cleaning of bin and obj directories when building hyper-v agent with
mono ,they were not cleaning up and resulting in use of stale dlls in some
cases.
Building with mono may fail if visual studio is open.
Diffs
-----
plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/AgentShell.csproj
a4c6b1f
plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResource.csproj
a2dc323
plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.Tests/ServerResource.Tests.csproj
eec595e
plugins/hypervisors/hyperv/DotNet/ServerResource/WmiWrappers/WmiWrappers.csproj
b4bf04b
Diff: https://reviews.apache.org/r/19907/diff/
Testing
-------
tested by building with mono and verifying each dll is getting generated all
the time. It is building fine with visual studio also.
Thanks,
Anshul Gangwar