Skip to content

Commit eaf58e7

Browse files
committed
Linux fixes
1 parent 5646a7e commit eaf58e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/Tests/build-e2e-test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if ($PSVersionTable.PSEdition -ne 'Core') {
3232

3333
$ErrorActionPreference = "Stop"
3434

35-
$ProjectBaseDirectory = "$PSScriptRoot\..\..\..\"
35+
$ProjectBaseDirectory = Join-Path $PSScriptRoot "..\..\.."
3636
$ProjectTemporaryPath = Join-Path ([System.IO.Path]::GetTempPath()) "DurableTaskExtensionE2ETests"
3737
New-Item -Path $ProjectTemporaryPath -ItemType Directory -ErrorAction SilentlyContinue
3838
$E2EAppProjectDirectory = Join-Path $ProjectBaseDirectory "test\e2e\Apps\BasicPython"

0 commit comments

Comments
 (0)