Update build.ps1

This commit is contained in:
Netch
2022-06-11 05:06:22 +08:00
committed by GitHub
parent 2d848f6708
commit 3fa3c1cfcb

View File

@@ -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
exit 0