ignore exit code

This commit is contained in:
Robert Muehsig
2017-10-12 22:44:07 +02:00
parent 32e2ba24f3
commit d099363fb9
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(OS)' == 'Windows_NT'">
<Exec Command="$(ProjectDir)devCleanup.cmd" />
<Exec Command="$(ProjectDir)devCleanup.cmd" IgnoreExitCode="true" />
</Target>