remove join-path

This commit is contained in:
Maxim Lobanov 2020-04-24 00:40:23 +03:00
parent 734da747af
commit e434f887ef

View File

@ -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