Skip to content

Commit

Permalink
fix: update build script
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Mar 29, 2024
1 parent f9df294 commit 51bc2ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def main():
publish_command.append("-p:PublishAot=true")
else:
publish_command.append("-p:PublishSingleFile=true")
publish_command.append("-p:PublishTrimmed=true")

# Publish for each runtime
subprocess.run(publish_command, check=True)
Expand Down

0 comments on commit 51bc2ab

Please sign in to comment.