mirror of
https://github.com/netchx/netch.git
synced 2026-04-15 21:03:23 +08:00
Update build.ps1
This commit is contained in:
@@ -24,13 +24,13 @@ param (
|
||||
|
||||
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
|
||||
.\Other\build.ps1
|
||||
if ( -Not $? ) { exit $lastExitCode }
|
||||
|
||||
.\scripts\download.ps1 $OutputPath
|
||||
if ( -Not $? ) { exit $lastExitCode }
|
||||
|
||||
Write-Host "Building $Configuration to $OutputPath"
|
||||
.\Other\build.ps1
|
||||
if ( -Not $? ) { exit $lastExitCode }
|
||||
|
||||
Write-Host "Building Netch"
|
||||
dotnet publish `
|
||||
-c $Configuration `
|
||||
-r "win-x64" `
|
||||
|
||||
Reference in New Issue
Block a user