diff --git a/builders/python-builder.psm1 b/builders/python-builder.psm1 index 74b6ae3..d19644a 100644 --- a/builders/python-builder.psm1 +++ b/builders/python-builder.psm1 @@ -44,7 +44,7 @@ class PythonBuilder { $this.Platform = $platform $this.HostedToolcacheLocation = $env:AGENT_TOOLSDIRECTORY - $this.TempFolderLocation = Join-Path $env:BUILD_SOURCESDIRECTORY + $this.TempFolderLocation = $env:BUILD_SOURCESDIRECTORY $this.WorkFolderLocation = $env:BUILD_BINARIESDIRECTORY $this.ArtifactFolderLocation = $env:BUILD_STAGINGDIRECTORY