Skip to content

Commit 11c0eb3

Browse files
committed
Fix command project publish issue
1 parent 8dd9b9c commit 11c0eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/post_build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function Publish-Self-Contained ($p) {
109109
$command_profile = Join-Path "$p" "Flow.Launcher.Command/Properties/PublishProfiles/Net7.0-SelfContained.pubxml" -Resolve
110110

111111
# we call dotnet publish on the command project.
112-
dotnet publish -c Release $command_profile /p:PublishProfile=$profile
112+
dotnet publish -c Release $command_csproj /p:PublishProfile=$command_profile
113113
}
114114

115115
function Publish-Portable ($outputLocation, $version) {

0 commit comments

Comments
 (0)