fix azcopy and rust

This commit is contained in:
Aleksandr Chebotov
2020-09-14 21:47:31 +03:00
parent bcca2214d9
commit 6ed3828759
6 changed files with 71 additions and 66 deletions

View File

@@ -37,8 +37,7 @@ function Test-IsUbuntu20 {
return (lsb_release -rs) -eq "20.04"
}
function Get-ToolsetContent
{
function Get-ToolsetContent {
$toolset = Join-Path $env:INSTALLER_SCRIPT_FOLDER "toolset.json"
Get-Content $toolset -Raw | ConvertFrom-Json
}