开发者

PowerShell Script To build Visual Studio Project

开发者 https://www.devze.com 2023-02-04 16:42 出处:网络
Is there any pow开发者_StackOverflow社区ershell script exist to build visual studio project without open visual studio?You don\'t even need power shell or visual studio. Just use the msbuild program i

Is there any pow开发者_StackOverflow社区ershell script exist to build visual studio project without open visual studio?


You don't even need power shell or visual studio. Just use the msbuild program installed with .Net. Usage example is like this:

msbuild DBMigration.csproj /p:Configuration=Debug

msbuild is located at C:\Windows\Microsoft.NET\Framework\v3.5 (or select your version)

There is also a powershell build system, https://github.com/JamesKovacs/psake

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号