Disable x86 pdb generation (#12167)

This commit is contained in:
Travis Plunk 2020-03-20 13:54:39 -07:00 committed by GitHub
parent 78d7a90bdd
commit 5309774403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2279,7 +2279,6 @@ function Start-CrossGen {
$crossGenRuntime = if ($environment.IsWindows) {
if ($Runtime -match "-x86") {
"win-x86"
$generateSymbols = $true
} elseif ($Runtime -match "-x64") {
"win-x64"
$generateSymbols = $true