We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Start-Job
ScriptBlock
1 parent 0545e92 commit 2babf9aCopy full SHA for 2babf9a
tests/build.tests.ps1
@@ -19,7 +19,7 @@ Describe 'Build' {
19
Write-Host "OutputPath: $script:testModuleOutputPath"
20
21
# build is PS job so psake doesn't freak out because it's nested
22
- Start-Job -Scriptblock {
+ Start-Job -ScriptBlock {
23
Set-Location $using:PSScriptRoot/TestModule
24
$global:PSBuildCompile = $true
25
./build.ps1 -Task Build
@@ -71,7 +71,7 @@ Describe 'Build' {
71
Context 'Dot-sourced module' {
72
BeforeAll {
73
74
75
76
$global:PSBuildCompile = $false
77
0 commit comments