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
In my build scripts I need to know the value of various properties.
?
I'm not sure how useful producing a copy of your csproj file with all properties expanded would be, since those properties can and do change during the build. Would something like #3911 satisfy your needs?
My
Foo.csproj
uses variables. For example:In my build scripts I need to know the value of various properties. I thought that would be possible using the
dotnet
ormsbuild
CLIs, so I tried:...but although that merges config, it doesn't render variables.
Please add a CLI feature to fully render the csproj. That would make it much easier to use in build environments.
dotnet 6.0.302
msbuild 16.5.0.26101
The text was updated successfully, but these errors were encountered: