Comments
34 comments
-
Hi @BrendonM
Would you be able to log a ticket with us at support and provide the full debug logs for us to investigate further? -
I spent a couple of days changing all of the build runners after the last time. They obviously aren't supporting or testing the old way of doing things now. TBF I actually prefer the new .Net build runners. They support DEVENV now, and you can DEVENV multiple projects in one build step where we had a load of command line steps in Team City previously, which is great for our SSRS, SSAS projects.BrendonM said:HiIt looks like a similar issue might have occurred again?
-
@DanC thanks - done.
@InkZ thank you for the suggestion. In this case TeamCity is not using the deprecated MSBuild runner, it's using the RedGate SQL Change Automation Build step that comes with the RedGate SQL Change Automation TeamCity plugin. It does quite a bit in addition to building the projects so I would prefer not to try and replace it if possible.
-
It seems to have been a false alarm. The builds are working now. It looks like it was somehow picking up the wrong versions of some MSBuild DLLs and once these were removed from the GAC it started working.
Add comment
Please sign in to leave a comment.
I know that I could rework my VS solution configuration to bypass the SCA build in the "Build solution" step, however, this feels like a bug in SCA and I really don't want to have to edit many, many, many solutions and pipelines to get this fixed.
Anyone else out there have this issue? Any ideas for resolution (without reworking the solution Build Configuration)?
Thanks,
Pam