使用MSBuild.exe在发布模式下构buildC#解决scheme
我能够使用MSBuild.exebuild立一个解决scheme,但我的问题是我只能设法让它build立在DEBUG模式。 我需要使用MSBUILD在发布模式下构build我的解决scheme。
这是我试过的
Process msbuild = Process.Start("C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MsBuild.exe", solutionfilepath + " /P:Config=Release");
和
Process msbuild = Process.Start("C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\MsBuild.exe", solutionfilepath + " /P:Configuration=Release");
MsBuild.exe [Path to your solution(*.sln)] /t:Build /p:Configuration=Release /p:TargetFramework=v4.0
- selectconfigurationpipe理器并检查参数,例如debug / release或x86 / new。 2.从debuggingbutton(Visual Studio框架)附近的下拉菜单中select“发布”,而不是debugging。
- 点击生成,然后build立你的应用程序名称。
- 转到您的程序文件夹 – > bin-> release-> yourApplicationName.exe。
- yourApplicationName.exe已准备好使用。
- NSData和通过POST在iOS上传图片
- HTTP POST有多安全?
- Apache HttpClient 4.0.3 – 如何为POST请求设置cookie和sessionID
- Web部署任务失败。 (“Microsoft.Web.Deployment.DeploymentManager”的types初始值设定项引发exception。)
- MS Visual Studio:如何从发布中排除某些项目文件夹?
- 在开发者控制台上需要一些关于beta / alphatesting的说明
- MSBuild DeployOnBuild = true不发布
- POST请求不考虑NSMutableURLRequest超时间隔
- 从PHP中的JSON POST读取HTTP请求体