-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Issue Description
We first noticed this through Maestro bumps:
- [main] Update dependencies from dotnet/installer android#6029
- [release/6.0.1xx-preview6] Update dependencies from dotnet/installer android#6034
We have a unit test that is asserting several MSBuild properties are in the diagnostic MSBuild log:
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: