Skip to content

Commit

Permalink
Clean up makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
countincognito committed Sep 29, 2024
1 parent 9b4ce61 commit 033a730
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@ publish-linux: build ## -p:PublishTrimmed=true -p:PublishReadyToRun=true

publish-linux-cli: build ## -p:PublishTrimmed=true -p:PublishReadyToRun=true
dotnet publish -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true --self-contained=true -c Release --os linux --arch x64 --output publish/linux-x64-cli src/Zametek.ProjectPlan.CommandLine/Zametek.ProjectPlan.CommandLine.csproj

# publish-win-x64: build ##
# dotnet publish -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=false --self-contained=false -c Release --os win --arch x64 --output publish/win-x64 src/Zametek.ProjectPlan/Zametek.ProjectPlan.csproj

# publish-linux-x64: build ##
# dotnet publish -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=false --self-contained=false -c Release --os linux --arch x64 --output publish/linux-x64 src/Zametek.ProjectPlan/Zametek.ProjectPlan.csproj

0 comments on commit 033a730

Please sign in to comment.