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
Context: https://devdiv.visualstudio.com/DevDiv/_wiki/wikis/DevDiv.wiki/25351/APIScan-step-by-step-guide-to-setting-up-a-Pipeline
Context: https://portal.microsofticm.com/imp/v3/incidents/incident/480553298/summary
The `APIScan@2` task has been added to pipeline runs against `main`.
This task should help us identify related issues earlier, rather than
having to wait for a full scan of VS.
Note: we rename many of the `.exe`s, e.g. rename `lld.exe` to `ld.exe`.
This prevents APIScan from finding symbol files, as APIScan appears to
check for a `.pdb` file matching the *original* filename, e.g. it needs
`lld.pdb` (original name), *not* `ld.pdb` (to match renamed `ld.exe`).
Update `package.sh` so that the original `*.pdb` filenames are copied
into `${artifacts_source_bin}`, so that APIScan can find symbols.
0 commit comments