InterviewSolution
Saved Bookmarks
| 1. |
Can You Give An Example Of Post-processing Step In The Msbuild Environment? |
|
Answer» Stamping an ASSEMBLY with a DIFFERENT version can be considered as an example of post-processing in the MSBuild. This is generally required when performing some COMPLEX tasks that are related to MODIFICATIONS on the software or the applications under development. Stamping an assembly with a different version can be considered as an example of post-processing in the MSBuild. This is generally required when performing some complex tasks that are related to modifications on the software or the applications under development. |
|