-
Notifications
You must be signed in to change notification settings - Fork 657
Labels
Description
.NET Core API Scan requires binary to be Vulcan ready.
For MsQuic, what seems to be missing is compiling with the /profile flag on MSVC
(Although we need to confirm this fully addresses the issue)
- Ensure compiling with the
/profileflag won't have any unexpected effect on the binary (only on the PDB) - Needed on v2.5 and v2.4
- The
/profileflag prevent incremental compilation: it should be enabled only for pipeline runs, not on local compilation
Internal link: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2510825
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done