How do I force MSBuild to clean or rebuild?

后端 未结 3 1534
北恋
北恋 2021-02-12 03:28

I am using MSBuild from a script to compile my project. I have noticed that it just does a build and not a clean/rebuild.

I have the following:



        
3条回答
  •  故里飘歌
    2021-02-12 03:55

    "%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild" Project.sln /p:Configuration=Release /t:Rebuild

提交回复
热议问题