This commit is contained in:
MaksimZhukov
2020-08-19 13:38:27 +03:00
parent dea9e4ccea
commit 414a9c4d19
4 changed files with 250 additions and 5 deletions

View File

@@ -40,8 +40,8 @@ class NodeBuilder {
$this.Architecture = $architecture
$this.TempFolderLocation = [IO.Path]::GetTempPath()
$this.WorkFolderLocation = $env:BUILD_BINARIESDIRECTORY
$this.ArtifactFolderLocation = $env:BUILD_STAGINGDIRECTORY
$this.WorkFolderLocation = $env:BINARIES_DIRECTORY
$this.ArtifactFolderLocation = $env:ARTIFACT_DIRECTORY
$this.InstallationTemplatesLocation = Join-Path -Path $PSScriptRoot -ChildPath "../installers"