Team Foundation Server Builds
0
votes
1answer
26 views
TFS Unit Testing Build Questions
I have a solution that has 4 projects in it. 3 are dependencies for my tests and the other is just my tests.
DL
BI
MySite (web site)
MyTests
Some unit tests in the MyTests project reference ...
0
votes
1answer
27 views
TfsBuild does not run unit tests
I'm using tfs 2010 and I want to create a tfsbuild defintion that runs unit tests.
I created unit tests and it works perfectly on my local machine.
I created a build definition, enabled tests, ...
0
votes
1answer
26 views
How can tests reference external resources in a parent source directory in a TFS 2012 build?
I'm setting up a TFS 2012 build agent and have run into a small problem with unit tests that reference external files. (Yes, yes, this is bad...no arguments there! I still have to get a build running) ...
0
votes
0answers
13 views
Referenced Dll's not found in Team Foundation Service (or: nuget packages not available on other pc)
when I create a build for the Team Foundation Service, I get all kind of reference dll's not found exceptions.
These references are added by nugget packages.
I've added the 'package restore' option ...
0
votes
1answer
19 views
How to change build server's IE settings?
Like the user in this post:
Selenium WebDriver: cannot find element with name
I am getting the "Unable to find element with name == q" error. I'm able to correct it locally by adding bing.com to ...
1
vote
1answer
34 views
Continuous deployment to Azure from TFS 2012 Update 2
I am not using TFS Service (Preview/Online). I am running TFS 2012 Update 2 on-site and trying to deploy an Azure Service that contains a web and worker role. I'm also using Azure SDK 2.0.
I have ...
0
votes
0answers
14 views
How to run IE from build server in TFS?
I need to run IE as part of a UI test in my build server. Locally, I've created a shortcut that the test hits to kick off the test methods. How can this be configured on the build server? My build ...
0
votes
1answer
39 views
Can't remove ReadOnly attribute from a file
I am creating a custom build activity which increments version numbers fundamentally.
I have followed this tutorial:
http://www.richard-banks.org/2010/07/how-to-versioning-builds-with-tfs-2010.html
...
1
vote
1answer
29 views
TFS Build Agent seems to ignore my active solution configuration and builds all projects
Requesting a build from TFS, the Build agent seems to ignore the active solution configuration and builds all the projects in our solution. We have excluded certain projects in our solution and TFS ...
0
votes
1answer
27 views
Coded UI test as part of gated check-in
I have coded UI tests running locally just fine, because I can open up IE and point the window at localhost. When I attempt to run these tests on the build server, they fail because the window isn't ...
0
votes
1answer
15 views
Finding builds in Team Explorer's “My Builds”
I'm writing a Visual Studio 2012 add-in which extends Build Explorer - basically, I add a context menu option for every build (completed or running, but not queued). Following a blog post about doing ...
0
votes
2answers
37 views
Get Build Quality List
I have a custom build that deploys code, part of the deploy process I need to specify the build quality. Currently I have to type in the quality, such as "Ready for Deployment". I want to add a custom ...
0
votes
0answers
52 views
Can't import Azure publish settings file in TFS2012 build
I'm trying to get a Continuous Deployment script up and running in TFS 2012 hosted in the Cloud and am running in to an issue with the Import-AzurePublishSettingsFile PowerShell Cmdlet.
When my ...
0
votes
1answer
38 views
How to Resolve TFS 2012 Build Error - 4264?
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (4264): The command "del C:\Builds\4{Project}{Build Definition}\Binaries\{FileName}*" exited with code 1.
I noticed that the ...
0
votes
1answer
51 views
TFS 2012 build: having both VS 2010 and VS 2012 installed
On a Build machine, I have both VS 2010 and VS 2012 installed. (We are nearly finished migrating from VS 2010 to 2012 and have just migrated to 2012, the build machine is also on TFS 2012.) I seem to ...
0
votes
2answers
45 views
Testing on Hosted TFS?
I just pushed my project up to TFS online (visualstudio.com) for the first time and figured I'd try and run some tests while I'm at it. I ran them and they failed because I didn't set up a sql ...
1
vote
5answers
116 views
Targeting .NET 4.0 gives invalid Win XP application since TFS .NET 4.5 upgrade
We have a TFS build server (I think it's called a build controller in TFS terminology). It builds and deploys several solutions. One of these solutions, a Windows Forms project targeting .NET 4 full ...
1
vote
1answer
42 views
TFS Build Copy to Versioned Folder
I'm currently looking at a TFS build server setup & I was trying to set up a process whereby I can set up a build template to build to a folder based on the version number of a .NET assembly ...
0
votes
1answer
39 views
NuGetter: How to specify nuspec files to generate multiple packages in a single build definition?
I am trying to generate multiple nuget packages using the TFS NuGetter. I am using the NuGetterMultiPkgBuildVersionedTemplate20.xaml for this. I can generate one package successfully but am having ...
3
votes
0answers
77 views
TFS Build failure caused by inability to load TFS integration assembly
I'm using TFS 2012 (Update 1). I had a build definition setup and working fine, but all of a sudden the build starting failing with the following error:
Exception Message: Could not load file or ...
1
vote
1answer
46 views
Why use SSL for the NuGet repository?
We had an issue with our automated build machine yesterday. We are using a TFS Build server, and when it tried to automatically download NuGet packages, we got the infamous "The underlying connection ...
2
votes
1answer
54 views
Advantages of TFS 2012 Build Agents vs TFS 2010 Build Agents?
I am testing the compatibility between TFS 2012 Source Control and TFS 2010 Build Agents, and I am glad to inform that they are compatible. I am wondering if there are any advantages to using TFS 2012 ...
0
votes
0answers
67 views
TFS 2012 and web.config transforms
I am trying to have my TFS Build create the web.config transform associated with the configuration I selected for my build. When I run the build I check the web.config file no transforms have been ...
0
votes
1answer
60 views
TFS agnostic MSBuild Script
We currently have a "fairly" CI agnostic MSBuild script that is being built on TeamCity.
The script does the following:
Versions the assembly attributes using the TeamCity build number
Compiles the ...
0
votes
1answer
26 views
Changing the location of a TFS build server
I have installed TFS 2012 on a PC but have been asked to perform the build on a different PC. It seems like I need the TFS administration tool on that PC for autobuilding.
Am I able to do this ...
0
votes
1answer
42 views
Constructor on type 'System.String[]' not found
I defined in my BuildTemplate.xaml a new Argument with Type of String[][].
Now when I open the build template and try to fill the argument I got the error:
Constructor on type 'System.String[]' ...
0
votes
1answer
134 views
copy files from TFS to build drop location using copy directory activity
my case , i want to copy from Folder TFS to build drop location when my build succeeded
i am using copy directory activity, in copy activity directory
destination directory ="Build Drop Location"
...
0
votes
0answers
94 views
Build process template alwatys empty - VS2012 & MS TFS repository
I'm trying to define a new build on TFS using VS2012. When i go to New Build Definition -> Processes I'm seeing "Build process template" and an empty drop down.
I click on the "New..." button ...
0
votes
1answer
13 views
Team alert for build completion not firing
In TFS 2012, I've created a new Team, and then a new group that includes just me, and finally a new Team Alert that fires on build completion. I manually kick off a build and do not get any emails. ...
0
votes
0answers
30 views
WF 4.5 Business Process Template
I am currently customizing a business process in WF 4.5, I recently added a hyper-v activity, and the intended purpose of this activity is to reset the virtual machine that is located on the local ...
1
vote
0answers
32 views
MSDeploy broken on Team Build Server after Installing Visual Studio SDK
I have had nightly builds set up and working for a few months until now. I installed Visual Studio 2012 SDK on Saturday and now my builds are not deploying via MSDeploy.
My build server has Visual ...
0
votes
1answer
25 views
How can I collect name of dlls, which have already built during a running build.
I have TFS 2012 with Build Agent and Buld Controller. If I start a build, which is very time consuming, I would like to write to the log file the names of dlls that have been built (like build ...
1
vote
1answer
59 views
Build Server Will NOT Deploy certain apps
We recently upgraded to TFS2012 and now we have an MVC app and a WCF Service both built in VS2012 that WILL compile and build but will NOT deploy. Any ideas on what I should research? I read that MS ...
-1
votes
1answer
61 views
Automated builds are broken in Azure Websites
We had configured out Azure Websites to automatically checkout from TFS and make deployments. Suddenly the deploys stopped working. Most messages say "unable to connect to the remote server"
I opened ...
1
vote
2answers
27 views
How to display NUnit errors nicely in TFS2010 via MSBuild
I'm trying to integrate NUnit into a TFS build workflow.
I found the MSBuild.Community.Tasks NUnit integration, which is great. I can run NUnit on my test DLLs as part of the TFS build. So far so ...
0
votes
2answers
74 views
ClickOnce Manifest Application in TFS build
Does anyone know how to use code signing certificate for ClickOnce manifest applications in TFS Hosted Controller Build?
Scenario:
I am using Team Foundation Service as a code repository and source ...
0
votes
1answer
62 views
TFS 2012 Build Server Not Working, Receive HTTP Error Code 500
We've set up a new TFS 2012 Build Server and we are just not able to get it working. No queued builds show any progress even if the Build Controller and Agent are configured and enabled.
When we ...
0
votes
2answers
46 views
TFS 2012: build never starting for continuous/rolling after upgrade from 2010
With build definitions that worked fine for TFS 2010 and after some template editing for 2012, I now have build definitions that run fine on 2012 with my build controller setup (also upgraded from ...
1
vote
0answers
38 views
How to shim HttpWebRequest
I have a problem trying to shim HttpWebRequest.
If you just add a fakes assembly of the System assembly it doesn't work instantly.
However if you change the fakes file and add the specific namespace ...
1
vote
1answer
50 views
TFS Builds with Java and Eclipse
I need to use TFS and Eclipse (Java Ant Project).
The TFS is offered by Microsoft (http://tfs.visualstudio.com) and I followed this instructions ...
0
votes
0answers
31 views
How to simultaneously unit test in windows 8, windows 7 and windows xp
Hie
We use visual studio 2012 and tfs 2012 along with windows 8
Currently we are unit testing on build server for wpf using tfs 2012 and windows 8
We want to test in this scenario where if we ...
1
vote
1answer
45 views
How to capture the name of the Build selected in Test Manager for Coded UI Test VS2012
I need to pass the name of the Build that was assigned by Microsoft Test Manager for the CodedUI Test.
For example, before the execution of a test I select the Build and start execution. In my ...
0
votes
1answer
47 views
Is it possible to install TFS Build Service on Domain server while connecting to TFS server installed on non-Domain server
My scenario is:
I installed TFS server 2012 (application tie) on server (s1) in a workgroup. Then I installed TFS 2012 Build service on server (s2) in a domain (d1).
I created a user (build_user) ...
0
votes
0answers
31 views
TF Build 2010 trying to access my System32 directory
I have TF Build 2010 running. I gave the "VS Team Foundation Build Service Host" service admin privileges on the machine (for testing purpose).
I am using the default build template unmodified and I ...
0
votes
0answers
126 views
TFS Build Test Results
We're working on Visual Studio 2010 and TFS 2010. We have our own BuildTemplate that is a copy of default template, but with some additions like (create Directory...), but the main point, that all ...
1
vote
0answers
30 views
MSBuild add file to primary output
How can i add some custom file created by MSBuild to project output?
i.e. I have blank .csproj, I add Exec task to Target that generates some file.txt and now i want to include this file into ...
1
vote
1answer
41 views
TFS Build: Referencing different version of Oracle than what's on the buyild server
The short story: Using TFS 2010, I can't get the build server to build using the specific version of Oracle.DataAcess that I need on my target server.
We have one build server at this point for the ...
0
votes
1answer
73 views
Team Foundation Server 2012 Build Definition to build all solutions in team project
I'm setting up a TFS 2012 and want to configure a Build Definition for one of our Team Projects.
What I want to achieve is that I'm able to trigger the Build Definition manually and it should build ...
1
vote
0answers
59 views
Error deploying to windows Azure cloud service from tfs preview
I have followed the steps described in the link below to create Continuous delivery from tfs build to windows azure:
https://www.windowsazure.com/en-us/develop/net/common-tasks/publishing-with-tfs/
...
3
votes
2answers
122 views
WiX project that references an SSDT project fails to build in TFSBuild - Undefined preprocessor variable '$(var.DatabaseProject.TargetDir)'
My project which is part of a larger solution was converted from a dbproj to asqlproj (SSDT). The solution includes a WiX installer which references the SSDT project. The WiX project builds fine on ...


