Fixing script not dealing with moved artifacts dir
This commit is contained in:
Родитель
d992e107f8
Коммит
5354d1a032
|
@ -15,12 +15,6 @@ param
|
|||
|
||||
$toolsDir = [System.IO.Path]::GetFullPath("$PSScriptRoot\..\tools")
|
||||
|
||||
if (!$artifactsDir)
|
||||
{
|
||||
$artifactsDir = [System.IO.Path]::GetFullPath("$PSScriptRoot\..\artifacts")
|
||||
Create-Directory $artifactsDir
|
||||
}
|
||||
|
||||
$generationOutArtifactsDir = "$artifactsDir\output"
|
||||
Create-Directory $generationOutArtifactsDir
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче