[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2022-05-30 13:00:36 +00:00 коммит произвёл GitHub
Родитель 2776015061
Коммит c0c8cc92ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -32,9 +32,9 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>3a25a7f1cc446b60678ed25c9d829420d6321eba</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22269.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22276.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
<Sha>b8b67b243ba93bf9b89390c85b4dee034d3c5609</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

Просмотреть файл

@ -635,6 +635,10 @@ function InitializeNativeTools() {
InstallDirectory = "$ToolsDir"
}
}
if (Test-Path variable:NativeToolsOnMachine) {
Write-Host "Variable NativeToolsOnMachine detected, enabling native tool path promotion..."
$nativeArgs += @{ PathPromotion = $true }
}
& "$PSScriptRoot/init-tools-native.ps1" @nativeArgs
}
}

Просмотреть файл

@ -18,7 +18,7 @@
"version": "7.0.100-preview.4.22252.9"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22269.3",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22276.1",
"Yarn.MSBuild": "1.22.10"
}
}