Skip to content

Commit 0c68dc0

Browse files
next Azure DevOps Path update
1 parent 4d12a6d commit 0c68dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSModuleDevelopment/tests/functions/Templates.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Describe "Verifying templating component" {
22
BeforeAll {
33
$outPath = [System.IO.Path]::GetTempPath().Trim("\/")
4-
if ($env:System_ArtifactsDirectory) { $outPath = $env:System_ArtifactsDirectory.Trim("\/") }
4+
if ($env:SYSTEM_DEFAULTWORKINGDIRECTORY) { $outPath = $env:SYSTEM_DEFAULTWORKINGDIRECTORY.Trim("\/") }
55
$resourcePath = Resolve-PSFPath -Path "$PSScriptRoot\..\resources"
66
$templateName = 'TestTemplate-{0}' -f (Get-Random)
77
}

0 commit comments

Comments
 (0)