Skip to content

Commit 2f3b973

Browse files
committed
Do not publish command project
1 parent 764b524 commit 2f3b973

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Scripts/post_build.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
9898

9999
function Publish-Self-Contained ($p) {
100100

101-
$command_csproj = Join-Path "$p" "Flow.Launcher.Command/Flow.Launcher.Command.csproj" -Resolve
102-
$command_profile = Join-Path "$p" "Flow.Launcher.Command/Properties/PublishProfiles/Net7.0-SelfContained.pubxml" -Resolve
103-
104-
# we call dotnet publish on the command project.
105-
dotnet publish -c Release $command_csproj /p:PublishProfile=$command_profile
106-
107101
$csproj = Join-Path "$p" "Flow.Launcher/Flow.Launcher.csproj" -Resolve
108102
$profile = Join-Path "$p" "Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml" -Resolve
109103

0 commit comments

Comments
 (0)