Skip to content

Commit 28ec03c

Browse files
committed
Remove test messages from .csproj
1 parent fedd3ae commit 28ec03c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
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" />
4240
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;
4341
$(PublishDir)runtimes\linux-arm;
4442
$(PublishDir)runtimes\linux-arm64;
@@ -55,7 +53,6 @@
5553
$(PublishDir)runtimes\maccatalyst-x64;
5654
$(PublishDir)runtimes\osx-arm64;
5755
$(PublishDir)runtimes\osx-x64"/>
58-
<Message Text="Unnecessary runtime directories removed." Importance="high" />
5956
</Target>
6057

6158
<ItemGroup>

0 commit comments

Comments
 (0)