-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to run a command line action in my Team Build (MSBuild).
When I run it on the command line of the build machine it works fine. But when run in the build script I get a "exited with code 3".
This is command that I am running:
C:\Program Files\Wavelink\Avalanche\PackageBuilder.\jresdk\bin\java…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
As part of some build automation of running xUnit.net tests with MSBuild, I'm running into a case where I need to loop over a batch of items.
Inside the loop, I need to detect whether an iteration failed, but I want to continue executing regardless. Then after the batched bit, I need to know whether…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am able to configure our Build Server (Team Build 2008) to build our asp.net application. I've done so via
<ConfigurationToBuild Include="Debug|Mixed Platforms">
<FlavorToBuild>Debug</FlavorToBuild>
<PlatformToBuild>Mixed Platforms</PlatformToBuild>
</ConfigurationToBuild>
Problem…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
A similar question was asked and answered about a year ago, but was either a different issue (everything was in beta) or misdiagnosed. It's located here: http://stackoverflow.com/questions/688162/msbuild-task-fails-because-any-cpu-solution-is-built-out-of-order.
My issue is that I have a…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a build in TFS 2008 which includes the running of a UnitTest project.
I have configured my build as such that in the drop folder after each build, I get a StyleCop.log, FxCop.log and would like to place the trx or output from the unit tests here also.
I can see that my unit tests are running…
>>> More