From 162c584ff996c12bc0187c6a0368519c2fdbec68 Mon Sep 17 00:00:00 2001 From: Christoph Bergmeister Date: Sat, 2 Jun 2018 23:26:33 +0100 Subject: [PATCH] remove another build.cmd reference --- build.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.ps1 b/build.ps1 index a69b355e2..6c0718944 100644 --- a/build.ps1 +++ b/build.ps1 @@ -58,12 +58,6 @@ if (-not (Test-Path $solutionPath)) throw $errMsg } -$buildCmd = Join-Path $projectRoot "build.cmd" -if (-not (Test-Path $buildCmd)) -{ - throw "cannot find build.cmd" -} - if ($CleanOutput) { Remove-Item -Recurse $outPath\* -Force -Verbose:$verbosity