From 2f3b97302b90afc5e1d02278bb8f09de429bd654 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 14 Jun 2025 15:08:59 +0800 Subject: [PATCH] Do not publish command project --- Scripts/post_build.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Scripts/post_build.ps1 b/Scripts/post_build.ps1 index a1610372d..e54852d32 100644 --- a/Scripts/post_build.ps1 +++ b/Scripts/post_build.ps1 @@ -98,12 +98,6 @@ function Pack-Squirrel-Installer ($path, $version, $output) { function Publish-Self-Contained ($p) { - $command_csproj = Join-Path "$p" "Flow.Launcher.Command/Flow.Launcher.Command.csproj" -Resolve - $command_profile = Join-Path "$p" "Flow.Launcher.Command/Properties/PublishProfiles/Net7.0-SelfContained.pubxml" -Resolve - - # we call dotnet publish on the command project. - dotnet publish -c Release $command_csproj /p:PublishProfile=$command_profile - $csproj = Join-Path "$p" "Flow.Launcher/Flow.Launcher.csproj" -Resolve $profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml" -Resolve