mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
delete no-build
This commit is contained in:
parent
765c30fbca
commit
d562441b92
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function Publish-Self-Contained($p)
|
|||
|
||||
# we call dotnet publish on the main project.
|
||||
# The other projects should have been built in Release at this point.
|
||||
dotnet publish --no-build -c Release $csproj /p:PublishProfile=$profile
|
||||
dotnet publish -c Release $csproj /p:PublishProfile=$profile
|
||||
}
|
||||
|
||||
function Main
|
||||
|
|
|
|||
Loading…
Reference in a new issue