Skip to content

Commit

Permalink
Merge pull request #16 from DevExpress-Examples/fix-error-code
Browse files Browse the repository at this point in the history
Update test-example.ps1
  • Loading branch information
AlisherAmonulloev authored Dec 15, 2024
2 parents 7cfbd13 + 463c83b commit 8c310fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-example.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function Set-BuildVersion {
}

function Set-TestingFailed {
$TempDirectory = Join-Path -Path (Get-Location) -ChildPath "TEMP"
$TempDirectory = Join-Path -Path $env:WORKSPACE -ChildPath "TEMP"
if (-not (Test-Path -Path $TempDirectory)) {
Write-Output "`nCreating a temp directory at $TempDirectory"
New-Item -ItemType Directory -Path $TempDirectory | Out-Null
Expand Down

0 comments on commit 8c310fd

Please sign in to comment.