-
|
I understand that this property is there to identify if the build was triggered through Visual Studio or not. But I was wondering if setting this property does anything extra/different. i.e., does setting this property influence any behaviour of MSBuild itself (not referring to use of this property in conditions of targets)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Probably https://learn.microsoft.com/en-us/visualstudio/msbuild/build-process-overview?view=vs-2022#visual-studio-builds-vs-msbuildexe-builds can answer it. |
Beta Was this translation helpful? Give feedback.
-
|
I did a pass on this:
In general, I wouldn't expect huge functional changes at the engine level from this property. |
Beta Was this translation helpful? Give feedback.
I did a pass on this:
In general, I wouldn't expect huge functional changes at the engine level from this property.