Skip to content

Commit fedd3ae

Browse files
committed
Add build messages to try debugging the appveyor build
1 parent 0c34af6 commit fedd3ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
</PropertyGroup>
3838

3939
<Target Name="RemoveUnnecessaryRuntimes" AfterTargets="Publish">
40+
<Message Text="Removing unnecessary runtime directories..." Importance="high" />
41+
<Message Text="PublishDir: $(PublishDir)" Importance="high" />
4042
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;
4143
$(PublishDir)runtimes\linux-arm;
4244
$(PublishDir)runtimes\linux-arm64;
@@ -53,6 +55,7 @@
5355
$(PublishDir)runtimes\maccatalyst-x64;
5456
$(PublishDir)runtimes\osx-arm64;
5557
$(PublishDir)runtimes\osx-x64"/>
58+
<Message Text="Unnecessary runtime directories removed." Importance="high" />
5659
</Target>
5760

5861
<ItemGroup>

0 commit comments

Comments
 (0)