1 2 3 4 5 6
& ".\Pre-Build.ps1" if ($LASTEXITCODE -eq 0) { Clear-Host dotnet run --project .\CommandLineWrapperExample }