We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d316983 commit fcfd482Copy full SHA for fcfd482
bin/test.ps1
@@ -23,6 +23,7 @@ param (
23
[string]$Exercise
24
)
25
26
+$ErrorActionPreference = "Stop"
27
$PSNativeCommandUseErrorActionPreference = $true
28
29
function Invoke-Build-Generators {
bin/update-exercises.ps1
@@ -22,6 +22,7 @@ param (
22
[Parameter()][switch]$RegenerateTests
# Use fetch-configlet and configlet to create the exercise
0 commit comments