mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 21:24:00 +00:00
Merge branch 'cli-etc' into develop
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