Target when project AssemblyAttribute AssemblyInfo is generated #7530
-
|
When are the Using Also, I assume these are listed in order of execution. Thank you... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
Check out the |
Beta Was this translation helpful? Give feedback.
-
They are not; in the general case there's no way to predict the execution order from an evaluated project. Looking at a build log shows you what projects did run and in what order, and is the only way to really know that. |
Beta Was this translation helpful? Give feedback.
Check out the
GenerateAssemblyInfotarget in the dotnet/sdk repo. This particular functionality is provided by the SDK itself, not MSBuild.