I can execute the following command in PowerShell: msbuild \"c:\\some\\spaced path\\project.sln\" /p:MvcBuildViews=False /p:OutDir=\"c:\\\\some\\\\spaced path\\\\deploy\\\\Package\\\\\"
I have a psake script to manage my deployments, the process is as follows: Compile & run tests Generate a deployment package using msbuild
I\'m trying 开发者_开发知识库to use the Powershell Runner in TeamCity 6.5.2 to run a Psake task that depends on a task that calls out to SqlCmd.If I try to do this, teamcity seems to get into an infin
Using Powershell and Psake to create package and deployment for a visual studio solution. Trying to deploy a database project using msbuild - which is working correctly using msdos visual studio comm
I\'ve got a default.ps1 file with several tasks, some of which I don\'t use all too often. Instead of opening the file and grep\'ing 开发者_如何转开发for the Tasks, is there a way to list them in the
I\'m working on some automated build changes and have some questions as to the best approach for building/packaging EXE applications.
Is there a way to publish asp.net web application using PSAKE, just like visual st开发者_JAVA技巧udio do?As per this post, here\'s another way of publishing your web application.I\'ve used this techni
I\'m investigating build tools for use with an ASP.NET MVC 2 application. I like the idea of using a scripting language rather than XML, and have narrowed my choices down to psake or rake. I don\'t ha
I have a fairly simple Psake build script (default.ps1) that calls Invoke-Psake from within one of the tasks.Something like this:
I would like to inject co开发者_JAVA百科mmand line parameters into my psake build script like: .\\build.ps1 Deploy environment=\"development\"