summaryrefslogtreecommitdiff
path: root/Run-WrapperExample.ps1
blob: b2fda221a3ade94beae9d62bf5f6bdc8b9b26987 (plain)
1
2
3
4
5
6
& ".\Collect-Command-Line.ps1"

if ($LASTEXITCODE -eq 0) {
    Clear-Host
    dotnet run --project .\CommandLineWrapperExample
}