Azure Pipelines provides build services (CI), that are free for open source projects and available in the GitHub marketplace.
My team uses VSTS with hosted agents and a Visual Studio Test build task to run all tests and produce …
azure-devops code-coverage azure-pipelines vstestI have a solution that contains two basic (not MVC or .Net Core) ASP.Net web applications, and a few …
visual-studio msbuild visual-studio-2017 azure-devops azure-pipelinesI'm setting up my Azure Devops Pipelines, and have a build that requires some fairly lengthy setup steps to run. …
azure-devops azure-pipelinesIn the Azure DevOps portal, I select a pipeline, then the [...] menu, then Delete. I see a message asking: Are …
azure-devops azure-pipelinesI'm facing a problem where I need to build only one web project from a solution with two web projects …
c# msbuild azure-devops azure-pipelinesI have a build definition setup in Team Services that is publishing the web.config file as an additional artifact …
azure-devops ms-release-management azure-pipelines azure-pipelines-build-taskI am trying to figure out how to share custom variables across ADO pipelines in my script. Below is my …
azure azure-devops azure-pipelinesI am trying to figure out if there is a difference between the two pre-defined variables in TFS Online 2017: $(Build.…
tfs azure-devops azure-pipelinesMy solution created with VS2017 Professional contains an SQL Server Database Project that references the master database. When using the …
visual-studio-2017 sql-server-data-tools azure-pipelinesI'm having an issue packaging my own nuget package, which includes AutoMapper 5.0.2. This is only producing an error within the …
nuget automapper azure-devops azure-pipelines .net-4.6.1