mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix command project publish issue
This commit is contained in:
parent
8dd9b9c963
commit
11c0eb3111
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue