Can I edit my C# classes by using MSBuild? I want to build my project in two steps.
- First I want to edit my C# class.
- Second I want to build the project.
Is it possible?
Can I edit my C# classes by using MSBuild? I want to build my project in two steps.
Is it possible?