About 30,200 results
Open links in new tab
  1. TFS continuous integration Basic Setup - Stack Overflow

    Mar 2, 2017 · The Continuous Integration build is basically a validation build. You could potentially add post-build steps to deploy to an environment, but often a separate build is constructed for …

  2. c# - Error CS1056: Unexpected character - Stack Overflow

    I have a project that the framework is targeting .NET Framework 4.6.1, as part of the continuous integration process on the tfs we created a Build Solution task to ensure that the code …

  3. TFS Continuous Integration Build Trigger only one project in a …

    Nov 21, 2012 · Is there a way to create a build definition, in TFS 2010, that uses continuous integration trigger, and only builds the project who's code changed. To clarify, what I'm …

  4. TFS Continuous Integration Build - Stack Overflow

    Nov 17, 2013 · 1 I have created 3 continuous integration builds under same source control folder i.e under one TFS folder, there are 22 projects and 3 solutions under this folder, each solution …

  5. continuous integration - TFS Build error MSB4126 (solution ...

    Jan 29, 2018 · What you could do here is to make sure that you are building a valid solution configuration. In Visual Studio, right-click your solution and select "Configuration Manager". …

  6. continuous integration - Build Pipelines in TFS - Stack Overflow

    Feb 28, 2013 · TFS build consists of three components: The build definition - stored on the SQL server data tier. The build workflow - a XAML file stored in the source control. The supporting …

  7. What is the exact use of Run continuous integration triggers for ...

    May 29, 2020 · However, while doing this POC I am confused with use of different features that are available in the Triggers section, especially the Run continuous integration triggers for …

  8. continuous integration - TFS Build- Deployment - Stack Overflow

    tfs continuous-integration azure-devops tfsbuild continuous-deployment edited Jul 9, 2016 at 15:48 jessehouwing 116k 23 286 384

  9. Trigger a build only when check in to specific folder and subs ...

    Sep 3, 2014 · 5 I have a TFS build setup using Continuous Integration. Everything works correctly. I'm trying to limit the check-ins that trigger a build to a specific folder (and subs).

  10. tfs - Continuous Integration build over TFS2017 - Stack Overflow

    May 23, 2018 · The equivalent of "Continuous Integration - build each check-in" (XAML definition) in VNext definitions is Continuous Integration trigger: Enable CI trigger if you want the build to …