Skip to content

Diagnostic build log not emitting properties anymore? #6609

@jonathanpeppers

Description

@jonathanpeppers

Issue Description

We first noticed this through Maestro bumps:

We have a unit test that is asserting several MSBuild properties are in the diagnostic MSBuild log:

build.zip

It's looking for text like AndroidSdkBuildToolsVersion = . I see this as parameters to tasks, but that's it.

That's when I noticed I'm seeing env vars in this log but not properties? Did we regress on that? Thanks!

Steps to Reproduce

I think, just build a project with /flp1:LogFile=build.log;Verbosity=diag and look for properties in the file?

Expected Behavior

Properties are in diagnostic build logs.

Actual Behavior

I don't see properties in diagnostic build logs?

Versions & Configurations

.NET 6.0.100-preview.6.21321.13

Attach a binlog

I don't really see properties in here either:

msbuild.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions