mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add build messages to try debugging the appveyor build
This commit is contained in:
parent
0c34af6ebc
commit
fedd3ae1f9
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
</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;
|
||||
|
|
@ -53,6 +55,7 @@
|
|||
$(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