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 5646a7e commit eaf58e7Copy full SHA for eaf58e7
test/e2e/Tests/build-e2e-test.ps1
@@ -32,7 +32,7 @@ if ($PSVersionTable.PSEdition -ne 'Core') {
32
33
$ErrorActionPreference = "Stop"
34
35
-$ProjectBaseDirectory = "$PSScriptRoot\..\..\..\"
+$ProjectBaseDirectory = Join-Path $PSScriptRoot "..\..\.."
36
$ProjectTemporaryPath = Join-Path ([System.IO.Path]::GetTempPath()) "DurableTaskExtensionE2ETests"
37
New-Item -Path $ProjectTemporaryPath -ItemType Directory -ErrorAction SilentlyContinue
38
$E2EAppProjectDirectory = Join-Path $ProjectBaseDirectory "test\e2e\Apps\BasicPython"
0 commit comments