Files
netch/BUILD.ps1
2020-10-10 22:22:41 +08:00

13 lines
244 B
PowerShell

Write-Host 'Building'
msbuild -v:n -m:1 /p:Configuration="Release" `
/p:Platform="x64" `
/p:TargetFramework=net48 `
/p:SolutionDir="..\" `
/restore `
Netch\Netch.csproj
if ($LASTEXITCODE) { exit $LASTEXITCODE }
Write-Host 'Build done'