Elastic Bamboo CI Windows Server - MSBuild 12 not publishing
NickName:Chilberto Ask DateTime:2015-06-11T12:16:33

Elastic Bamboo CI Windows Server - MSBuild 12 not publishing

I have a custom image with Node.js, Microsoft Build Tools 2013, Windows SDK for Windows 8.1, .Net Framework 4.5.1 SDK, Microsoft Test Controller for Visual Studio 2013, Microsoft Agents for Visual Studio 2013 and Microsoft Web Deploy 3.5 installed.

Most things are working but I am struggling to get the project to package. I do not need the project to deploy directly to a web server; a zip will do fine.

On my dev machine I have a publish profile set that creates a folder with the content of my web project as I would expect. On the build server the project builds with no errors but no publishing happens. No error messages either.

I have tried a lot of potential solutions and these range from VS2010 to VS2013 but I have not had a success yet.

My publish profile and configuration is DevTest:

"C:\Program Files (x86)\MSBuild\12.0\Bin\msbuild.exe" MyWeb.csproj /p:Configuration=DevTest /p:VisualStudioVersion=12.0 /p:CreatePackageOnPublish=true /p:DeployOnBuild=true /p:Configuration=DevTest

Any help is appreciated!

Copyright Notice:Content Author:「Chilberto」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/30771478/elastic-bamboo-ci-windows-server-msbuild-12-not-publishing

More about “Elastic Bamboo CI Windows Server - MSBuild 12 not publishing” related questions

Elastic Bamboo CI Windows Server - MSBuild 12 not publishing

I have a custom image with Node.js, Microsoft Build Tools 2013, Windows SDK for Windows 8.1, .Net Framework 4.5.1 SDK, Microsoft Test Controller for Visual Studio 2013, Microsoft Agents for Visual ...

Show Detail

Bamboo - Octopus integration for CI/CD

I'm new to Octopus and trying to deploy my Windows service. I'm trying to integrate Bamboo and Octopus. In Bamboo, as of now I have added few tasks which builds the application and runs the test ca...

Show Detail

Bamboo - Octopus integration for CI/CD

I'm new to Octopus and trying to deploy my Windows service. I'm trying to integrate Bamboo and Octopus. In Bamboo, as of now I have added few tasks which builds the application and runs the test ca...

Show Detail

msbuild error MSB3191: Unable to create directory while publishing in remote server

I am trying to deploy a .Net proj to remote server using Bamboo. I am new to bamboo I have used msbuild task msbuild <solution file> /p:DeployOnBuild=true /p:PublishProfile="publishXMLFile"

Show Detail

WatiN Test: Internet Explorer not opening in windows 2008 server using Bamboo

I am using Bamboo service to execute my tests using msbuild script. But the Bamboo service is unable to open IE on the server. Important: I am running Bamboo as windows service. So basically IE is

Show Detail

Bamboo CI Server - how to configure PHPUnit testing

i would like to set up Bamboo CI Server. I've created two stages: Stage 1: "Code checkout" with code checkout. Stage 2: "PHPunit" with testing via phpunit. Stage 1 is OK, but on stage 2 I have an...

Show Detail

NuGet targets wrong folder when publishing web application via MSBuild.exe in CI

I am trying to set up a project in our CI server (bamboo). I have an API solution containing multiple projects (data access, service interfaces, WebApi, tests, a few others... you get the idea). ...

Show Detail

Error while running Nunit 3.0.1 in Bamboo CI

I am running NUnit 3.0.1 as a build task in Bamboo CI after the MSbuild task. I am getting the following error Invalid argument: -xml=TestResult.xml Running a bat file as specified in How to run NU...

Show Detail

Compilation error when publishing a ClickOnce application using MSBuild on CI server

I have a windows form application and I'm trying to publish it using ClickOnce with MSbuild. When I publish it locally, it works fine, but when I run the same script on my CI server it fails with ...

Show Detail

Bamboo Remote Agent Does Not Recognized Windows command or exectuables

I started trial with Bamboo recently. I ran bamboo server on my personal PC and configure our build server to be a remote agent. Our build environment is in Windows. The build process is carried ou...

Show Detail