Remove legacy source build property usage (#43435)

This commit is contained in:
Matt Mitchell 2024-09-13 13:30:48 -07:00 коммит произвёл GitHub
Родитель 156a3418f6
Коммит a7707d6e4a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@ function InitializeCustomSDKToolset {
# The following frameworks and tools are used only for testing.
# Do not attempt to install them in source build.
if ($env:DotNetBuildFromSource -eq "true" -or $productBuild -or $properties -like "*DotNetBuildRepo=true*") {
if ($productBuild -or $properties -like "*DotNetBuildRepo=true*") {
return
}