MSBuild

 

Scenario:

MSbuild solution

Solution:

     1 MSBuild.exe C:\MyProj/My.sln /property:Configuration=DEV

        

No comments:

Post a Comment

Move Github Sub Repository back to main repo

 -- delete .gitmodules git rm --cached MyProject/Core git commit -m 'Remove myproject_core submodule' rm -rf MyProject/Core git remo...