Skip to content

Commit

Permalink
remove another build.cmd reference
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmeister committed Jun 2, 2018
1 parent d6d60df commit 162c584
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 162c584

Please sign in to comment.