Questions tagged [xamlbuild]

10 questions
4
votes
2 answers

Use XAML-Builds with TFS 2018 Update 2

We installed the newest TFS Server (TFS 2018 Update 2) which should run xaml builds. After the update, we started our agent, but our xaml-controller is still offline and I don't know how I start this again.. Any ideas what we can do?
Nehl-IT
  • 523
  • 3
  • 15
1
vote
1 answer

Can build agents on one machine have different build controllers?

I'm updating my XAML build workflow and custom assemblies that go with it. I have a test build controller on a machine with a test build agent. I'd like to also deploy a test agent for this controller on my live build machine (which is much faster…
Scott Langham
  • 58,735
  • 39
  • 131
  • 204
0
votes
1 answer

tfvctemplate.12.xaml build template does not work in Azure DevOps 2019

We recently migrated from TFS 2013 to Azure Devops 2019 ( on premises ) We have two servers , TFS server is running Azure DevOps 2019 and build controller is running on TFS 2010 As a result , Older XAML build are working fine. We recently upgraded…
Sagar
  • 645
  • 2
  • 9
  • 31
0
votes
0 answers

How can I completely uninstall my XAML build server so no settings are left behind

We have upgraded our TFS server Azure DevOps Server 2019. I am having some issues getting my 2015 XAML build server connected to the new URL. I need to completely uninstall the 2015 XAML build server so that no settings are left and pre-populated…
Sherpa11
  • 153
  • 1
  • 1
  • 14
0
votes
1 answer

Why does TFS 2017 Gated Build Definition fails to checkin the files belonging to multiple workspace?

Previously the XAML Gated Build used to checkin the files belonging to multiple workspaces in TFS of differenct solution with one gated build definition only. What i mean to say is like developers used to checkin multiples files in TFS with one…
SRP
  • 999
  • 4
  • 21
  • 39
0
votes
3 answers

TFS check if file exists in build directory

Is there a way to check if a specific .xml file exists in build directory when TFS build runs? I'm trying to get a Boolean result true/false based on the result found/not found I tried creating a variable that would store this result (I'm guessing…
ShaneKm
  • 20,823
  • 43
  • 167
  • 296
0
votes
1 answer

The given key was not present in the dictionary while triggering test cases in mtm

I am trying to run coded ui test cases using MTM. I use XAML builds to run test cases in agent machine While triggering test cases from local machine everything is working fine. But when I am running test cases from MTM in an agent machine I am…
Pankaj Devrani
  • 510
  • 1
  • 10
  • 28
0
votes
2 answers

How do I keep Build parameters alive in TFS Build (TFS server 2017 and build agent 2013)

I'm trying to figure out why my builds are failing, so in a .proj that the build calls I added:
Ben_G
  • 770
  • 2
  • 8
  • 30
0
votes
1 answer

Visual Studio 2017 -TFS - Organise folder structure output

I'd like to organise my file in the same structure that it is built: Solution1 project1 project2 Currently I dealt with the output path of each project (..\bin\NameProject) to have this: Solution1 project1 project2 But in each project…
FrankVDB
  • 235
  • 2
  • 4
  • 16
-1
votes
1 answer

Maintainability of TFS xaml build vs TFS vNext build vs Octopus Deploy

My question is about maintainability of vNext/Octopus processes vs XAML based processes. Or rather about the impossibility to maintain them sanely leading me to believe we are doing something terribly wrong. Given: Microsoft pushes to phase out its…
mark
  • 59,016
  • 79
  • 296
  • 580