Build automation is the act of scripting or automating tasks like compiling, packaging, running tests, deployment etc.
0
votes
0answers
3 views
Circular dependency in build pipeline on Teamcity
Simplified we have two configurations on TC for our C# project:
Build
Issue closed
Build
Will be triggered after a commit to the svn repository.
Updates the assembly version (Assembly info ...
1
vote
1answer
11 views
Scripting EF Add-Migration into an automated build task
I have all my ef code first migrations in a separate assembly called Migrations
From the package manager console I type Add-Migration xyz which scaffolds up a migration
Is it possible to do this ...
0
votes
1answer
11 views
Download build drop from hosted Team Foundation Service
Using the hosted Team Foundation Service at tfs.visualstudio.com, one has the option in a Build Definition to "Copy build output to the server" which creates a zip of the drop folder that can be ...
1
vote
1answer
40 views
Information on Build Systems-Books/Online Resources/Where to start? [closed]
I am new to how does a build system exactly works. I know the details on Operating Systems, Computer Architectures and Compilers fundamental concepts.
Now, I want to make a very efficient Build ...
1
vote
0answers
16 views
msbuild ResolveAssemblyReferences error
When i am going to publish the website in specified path using msbuild command line , its working fine but the problem is EntityFramework dll(inside bin folder of check out project) is not copying to ...
0
votes
0answers
25 views
Visual Studio Continuous Integration Server Build error - Workspace Exception
I've setup continuous integration on the build settings in Visual Studio for an ASP.NET MVC 4 project written in C#. We use TFS2012 on VisualStudio.com for our source control and have set all ...
0
votes
0answers
21 views
Gated check-in submit my change with error
i define build with gated check-in trigger but it does not work correctly.
for example, i have an error in controller or class so gated check-in must reject check-in and does not let me submit my ...
-1
votes
0answers
31 views
How to prevent Visual Studio from creating a dir on the output path while copying unmanaged dll? [closed]
I have two projects, named Main and Process (Class library). Main depends (references) Process.
I have added some unmanaged dlls to a Folder at Process project. The dlls have been added as a link. ...
0
votes
1answer
25 views
Maven―Dependencies, static content from remote repository
I am a bit new to maven, but I have some experiences with ant and the build process. I would like to do one thing that is kind of driving me nuts:
Given:
A remote repository (git, svn, hg,…) that ...
0
votes
0answers
15 views
Windows 2008 AutoUnattend refuses to see network shares
I have been working on deploying Windows 2008 R2 using Autounattend.xml and a custom image. Creating the ISO with the custom image takes to long to deploy over a network. So I have set the unattend ...
0
votes
0answers
8 views
How can one use Buildbot's waterfall as its home page?
Is it possible to remove Buildbot's 'Home' page and have the base URL bring up the waterfall instead?
I believe this should be possible via template overrides, but my initial attempt at replacing ...
0
votes
1answer
31 views
Grunt compass task not compatible with this directory structure?
I have the following directory structure (only showing the relevant bits for illustration purposes):
proj \
\ Gruntfile.js
\ package.json
\ test \ (all my tests are in this folder ...
2
votes
1answer
31 views
Can I get TFS to deploy and execute tests on a different server?
I'm looking to get TFS to build and deploy to our manual and auto TEST environments.
manual TEST - overnight updates
auto TEST - continuous integration
Once deployed, I want TFS to deploy and run a ...
0
votes
0answers
15 views
Jenkins “run only if build succeeds” still runs for unsuccessful builds
I'am using Jenkins for continuous integration and I have some projects having upstream and downstream build connections. I have selected Run only if build succeeds in each project's configuration. ...
0
votes
1answer
24 views
Redeploy previous builds automatically when new build fails in jenkins
In Jenkins CI tool , How to deploy previous build automatically when the new build is failed.
Please let me know if there any Plugin exist.