Add prebuild command to delete the app.publish directory automatically so build succeeds.

This commit is contained in:
kougyoku 2019-10-29 10:13:22 -07:00
parent 3f3ee50ffa
commit 8fc6ed510c
1 changed files with 3 additions and 0 deletions

View File

@ -184,4 +184,7 @@
</PropertyGroup>
<Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets'))" />
</Target>
<PropertyGroup>
<PreBuildEvent>rmdir /s /q app.publish</PreBuildEvent>
</PropertyGroup>
</Project>