Fix nuget packaging to scrub NullableAttribute (#14344)

This commit is contained in:
Dongbo Wang 2020-12-07 11:24:12 -08:00 committed by GitHub
parent e35668ca0a
commit 1b7aa0a5d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2401,7 +2401,6 @@ function CleanupGeneratedSourceCode
if ($assemblyName -in $patternToReplace.ApplyTo -and $line.Contains($patternToReplace.Pattern)) {
$line = $line.Replace($patternToReplace.Pattern, $patternToReplace.Replacement)
$lineWasProcessed = $true
break
}
}