Remove workaround for microbuild plugin bug

The bug is now fixed.
This commit is contained in:
Andrew Arnott 2021-08-06 10:11:41 -06:00
Родитель b1f3bdc6a2
Коммит 9ce97e7830
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A9B9910CDCCDA441
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -129,11 +129,6 @@ try {
$EnvVars['LocLanguages'] = "JPN"
}
# This is a workaround for https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1283978
if ($Signing -or $Setup -or $OptProf -or $Localization) {
& $InstallNuGetPkgScriptPath MicroBuild.Core.Sentinel -source $MicroBuildPackageSource -Verbosity $nugetVerbosity
}
& "$PSScriptRoot/tools/Set-EnvVars.ps1" -Variables $EnvVars | Out-Null
}
catch {