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