From 3fa3c1cfcb7a70e3666dd1b0da92290e22bd572b Mon Sep 17 00:00:00 2001 From: Netch <85944622+netch-org@users.noreply.github.com> Date: Sat, 11 Jun 2022 05:06:22 +0800 Subject: [PATCH] Update build.ps1 --- build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.ps1 b/build.ps1 index d67d014c..4819a291 100644 --- a/build.ps1 +++ b/build.ps1 @@ -60,7 +60,7 @@ if ( -Not ( Test-Path ".\Netch\bin\$Configuration" ) ) { -c $Configuration ` -r 'win-x64' ` -p:Platform='x64' ` - -p:SelfContained=$False ` + -p:SelfContained=$SelfContained ` -p:PublishTrimmed=$PublishReadyToRun ` -p:PublishSingleFile=$PublishSingleFile ` -p:PublishReadyToRun=$PublishReadyToRun ` @@ -103,4 +103,4 @@ if ( $Configuration.Equals('Release') ) { } Pop-Location -exit 0 \ No newline at end of file +exit 0