We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedd3ae commit 28ec03cCopy full SHA for 28ec03c
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj
@@ -37,8 +37,6 @@
37
</PropertyGroup>
38
39
<Target Name="RemoveUnnecessaryRuntimes" AfterTargets="Publish">
40
- <Message Text="Removing unnecessary runtime directories..." Importance="high" />
41
- <Message Text="PublishDir: $(PublishDir)" Importance="high" />
42
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;
43
$(PublishDir)runtimes\linux-arm;
44
$(PublishDir)runtimes\linux-arm64;
@@ -55,7 +53,6 @@
55
53
$(PublishDir)runtimes\maccatalyst-x64;
56
54
$(PublishDir)runtimes\osx-arm64;
57
$(PublishDir)runtimes\osx-x64"/>
58
- <Message Text="Unnecessary runtime directories removed." Importance="high" />
59
</Target>
60
61
<ItemGroup>
0 commit comments