Workaround for microbuild plugin dependency bug
This commit is contained in:
Родитель
df12c8e1bb
Коммит
936cffbc91
5
init.ps1
5
init.ps1
|
@ -121,6 +121,11 @@ 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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче