mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove test messages from .csproj
This commit is contained in:
parent
fedd3ae1f9
commit
28ec03c7fc
1 changed files with 0 additions and 3 deletions
|
|
@ -37,8 +37,6 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<Target Name="RemoveUnnecessaryRuntimes" AfterTargets="Publish">
|
||||
<Message Text="Removing unnecessary runtime directories..." Importance="high" />
|
||||
<Message Text="PublishDir: $(PublishDir)" Importance="high" />
|
||||
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;
|
||||
$(PublishDir)runtimes\linux-arm;
|
||||
$(PublishDir)runtimes\linux-arm64;
|
||||
|
|
@ -55,7 +53,6 @@
|
|||
$(PublishDir)runtimes\maccatalyst-x64;
|
||||
$(PublishDir)runtimes\osx-arm64;
|
||||
$(PublishDir)runtimes\osx-x64"/>
|
||||
<Message Text="Unnecessary runtime directories removed." Importance="high" />
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue