mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-04-24 23:20:52 +00:00
for xplat dev: always remove dlls from cache
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(OS)' == 'Windows_NT'">
|
||||
<Exec Command="$(ProjectDir)devCleanup.cmd" IgnoreExitCode="true" />
|
||||
</Target>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(OS)' != 'Windows_NT'">
|
||||
<Exec Command="$(ProjectDir)devCleanup.sh" IgnoreExitCode="true" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
||||
1
ElectronNET.API/devCleanup.sh
Executable file
1
ElectronNET.API/devCleanup.sh
Executable file
@@ -0,0 +1 @@
|
||||
rm -rf ~/.nuget/packages/electronnet.api
|
||||
Reference in New Issue
Block a user