We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa24024 commit a9f0bd1Copy full SHA for a9f0bd1
tests/build.tests.ps1
@@ -10,7 +10,7 @@ Describe 'Build' {
10
[array]$script:jobs = @()
11
12
$path = 'Output/TestModule/0.1.0'
13
- $script:testModuleOutputPath = Join-Path . $path
+ $script:testModuleOutputPath = Join-Path $tempDir $path
14
}
15
16
AfterAll {
0 commit comments