You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update notice-generation.ps1 to fix pipeline Issue (#2151)
## Why make this change?

## What is this change?
- using the `-UseBasicParsing` parameter with the `Invoke-WebRequest`
cmdlet. This parameter tells PowerShell to use a simple internal HTML
parser to parse the HTML content and strips the Document Object Model
(DOM) parsing engine from Internet Explorer.
## How was this tested?
- pipeline ran correctly
0 commit comments