Skip to content

Commit

Permalink
Remove workaround for microbuild plugin bug
Browse files Browse the repository at this point in the history
The bug is now fixed.
  • Loading branch information
AArnott committed Aug 6, 2021
1 parent b1f3bdc commit 9ce97e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9ce97e7

Please sign in to comment.