New project Not able to be added to SQ

My CI tool is Team City. I have used template so everything is driven from parameters. I created two new projects for CI. I am having trouble getting them to onto SQ. I have over 100 build configurations all being pushed to SQ with no issues. Can someone please tell me what I am doing wrong?

Is there a way I can upload the Log file?

Hi,

You could try just copy/pasting the log. If it’s very long, then you might try to excerpt just the seemingly-relevant portions, including any error messages and stacktrace.

 
Ann

The first two lines of the screen shot is the only error message I have.

There is nothing that stands out

Hi,

I don’t recognize that error message. Are you sure analysis had already started when you got those lines?

 
Ann

Hi @RyanK,

I assume you have something like:
1/ Scanner MSBuild begin
2/ MSBuild / dotnet build or rebuild
3/ Test (VSTest)
4/ Scanner for MSBuild end step

If so, could you share the full log of the end step? If not, please describe the build definition.

Cheers,
Amaury