tfsbuild Questions

4

Solved

Is it possible to either loop or delay between running tasks in either build or release pipelines? I deploy containers as part of those pipelines and they take time to spin up and be available for ...
Putter asked 26/7, 2017 at 18:10

4

Solved

A gated check-in will create a change-set whose name is ended with ***NO_CI***? What is that NO_CI stand for? I can just think of "no check in errors" but it doesn't make sense.
Lunkhead asked 30/9, 2010 at 9:22

2

Solved

How can i check the Team City version details? and which version support for project moving (move project and build configurations from one server to another server)? Thanks,
Heidiheidie asked 18/2, 2014 at 6:24

2

Solved

The TFS instance I am working on was recently upgraded from TFS 2017 Update 1 to TFS 2018 Update 2, allowing me to change the dotnet task version used in my build definitions from 0.* to 2.*. In d...
Isabeau asked 14/8, 2018 at 23:23

15

Solved

I get this error when I try to build the project in Visual Studio Online: …\Frontend\Startup.cs(65,49): Error CS0518: Predefined type 'System.Void' is not defined or imported …\Frontend\Startup.cs(...

8

I have a solution which is consists of a large number of projects (C++ and C#). I upgraded the solution to VS2015, so the toolset version for most of them are now set to V140, but a small number of...
Julejulee asked 15/10, 2015 at 17:18

6

Solved

I have task in VSTS release management that deletes files. I want to have the Contents come from a variable. I have created a variable but I can't figure out how to create a multi-line variable. So...

2

Solved

On a locally hosted TFS I'm using the "npm install" build step in my build definition. On the agent machine I have installed nodejs and can run npm from the command line. When I attempt to queue ...
Espagnole asked 1/12, 2015 at 11:17

3

Solved

Here is our situation-- sometimes we need to run a vNext build without needing to pull any source code from TFS server. But we don't want to change the workspace mappings. Is there a related sett...
Housum asked 26/9, 2017 at 8:32

14

Solved

I have a C# solution with a website project and a C# library. When compiling the solution, the website gives the message: Could not get dependencies for project reference 'MyLibrary'. This does n...
Lindsy asked 14/5, 2009 at 13:35

6

Solved

What is the right way to use Assert.Inconclusive and IgnoreAttribute in MS Unit test framework? We are using Assert.Inconclusive mainly for tests which are: Not implemented yet Somehow broken or...
Neolatin asked 19/1, 2011 at 9:29

2

Solved

I have created a private npm package which is published to Azure Artifacts. To publish my npm package I have a npm publish step in my tfs build definition. I am using tfs version 16.131.28507.4. T...
Eirena asked 11/11, 2019 at 15:45

4

Solved

I have setup my .NET project in TFS Build. It builds fine locally, but I am getting this build error on the server: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v1...
Hose asked 3/11, 2012 at 1:27

3

Solved

I need to build SSIS projects (.dtproj) on our build server. They aren't supported by msbuild so I need to use Visual Studio to do it. The wisdom of Stack Overflow indicates I do not need a new lic...
Houck asked 3/5, 2017 at 13:1

2

Solved

We have a ASP.Net web application running in Visual Studio 2010 that is targeting .Net 3.5. It's being built by TFS 2010. This web application has a couple web references, so the build creates a re...
Trace asked 3/9, 2010 at 13:19

3

Solved

I am having trouble copying files with MSbuild and the error messages I'm getting seem to contradict each other (using TFS 2008 to do the build). I currently having the following in my build scrip...
Southport asked 29/6, 2011 at 23:34

3

Need to create a CICD pipeline with yaml using TFVC repository.
Microcosm asked 4/9, 2019 at 15:34

4

It seems odd that the main build definitions would not have a history, but I can't find any mechanisms. Please tell me there is someway to track changes to the build definitions over time.
Mas asked 7/6, 2010 at 11:52

2

When using dotnet pack, how do I pass a variable to my nuspec file? I am trying to pass the version. Here is the nuspec: <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.x...
Scandal asked 26/11, 2018 at 16:32

4

Solved

In order to emulate the "PerProject" option in TFS 2013's XAML build in the new Build 2015 task based builds, I'd like to be able to pass the SolutionName to the msbuild commandline arguments witho...
Phenix asked 23/12, 2015 at 20:1

5

We're running our own NuGet server to package our own projects. In this case, we're reusing some test builders. The unit tests pass when run locally, but through TFS 2015 some fail with the below e...
Prominent asked 21/10, 2015 at 9:50

2

Solved

I'm struggling with getting a TFS build definition to exclude an entire folder and all of its contents from a "Copy Files" step, as shown here: Here's essentially what I'm trying to do: Copy eve...
Choker asked 7/4, 2017 at 16:54

13

I am experiencing a strange issue with VS2010. We use TFS to build our API dlls and we used to reference them in our projects usign a mapped network drive that was fully trusted. We have been worki...
Gmt asked 9/6, 2010 at 15:18

2

Solved

We have an ASP.NET MVC project that we want to create a publish package from during an automated build. The build is using the unmodified default template with Arguments /p:DeployOnBuild=True /p:Cr...
Patrilineal asked 9/2, 2012 at 13:0

4

Solved

We use TFS 2010. There are a couple of projects with deployment steps which must know whether they are running on a dev machine or on the TFS build agent. Right now they check whether the build i...
Dyeing asked 5/12, 2013 at 13:32

© 2022 - 2024 — McMap. All rights reserved.