Fix command project publish issue

This commit is contained in:
Jack251970 2025-06-13 23:45:28 +08:00
parent 8dd9b9c963
commit 11c0eb3111

View file

@ -109,7 +109,7 @@ function Publish-Self-Contained ($p) {
$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_profile /p:PublishProfile=$profile
dotnet publish -c Release $command_csproj /p:PublishProfile=$command_profile
}
function Publish-Portable ($outputLocation, $version) {