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 fed6be7 commit 4d12a6dCopy full SHA for 4d12a6d
PSModuleDevelopment/tests/functions/Templates.Tests.ps1
@@ -1,6 +1,7 @@
1
Describe "Verifying templating component" {
2
BeforeAll {
3
$outPath = [System.IO.Path]::GetTempPath().Trim("\/")
4
+ if ($env:System_ArtifactsDirectory) { $outPath = $env:System_ArtifactsDirectory.Trim("\/") }
5
$resourcePath = Resolve-PSFPath -Path "$PSScriptRoot\..\resources"
6
$templateName = 'TestTemplate-{0}' -f (Get-Random)
7
}
0 commit comments