Skip to content

Commit

Permalink
Merge pull request #15 from SteveL-MSFT/registry-set-refactor
Browse files Browse the repository at this point in the history
refactor config code to be a helper
  • Loading branch information
SteveL-MSFT authored Feb 24, 2023
2 parents dceb087 + 1b70a5e commit 4030552
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 449 deletions.
10 changes: 6 additions & 4 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,13 @@ if ($Test) {
Pop-Location
}
}
}

if ($failed) {
Write-Host -ForegroundColor Red "Test failed"
exit 1
if ($failed) {
Write-Host -ForegroundColor Red "Test failed"
exit 1
}

Invoke-Pester -ErrorAction Stop
}

# remove the other target in case switching between them
Expand Down
Loading

0 comments on commit 4030552

Please sign in to comment.