ImportedProjectEvent is visible for build check if /bl is specified #10935
Labels
Area: BuildCheck
Area: Logging
Priority:2
Work that is important, but not critical for the release
triaged
Issue Description
ImportedProjectEvent is visible for build check if /bl is specified.
If no /bl, the events are not visible to BuildCheck.
Steps to Reproduce
Demo_secrets.zip
1.Unpack the project
2. Build the project using the latest msbuild
.\dotnet build C:\Users\ykovalova\ProjectWithSecrets\ProjectWithSecrets.csproj -check
3. No imported events are caught by the custom check
4. Build the project using the latest msbuild
.\dotnet build C:\Users\ykovalova\ProjectWithSecrets\ProjectWithSecrets.csproj -check /bl
Expected Behavior
ImportedProject events are visible to BuildCheck
Actual Behavior
only if /bl switch is specified, the custom check works.
Analysis
No response
Versions & Configurations
No response
The text was updated successfully, but these errors were encountered: