When a pull request has two decoration triggers, the decoration gets deleted

  • ALM used (Azure DevOps)
  • CI system used (Azure DevOps)
  • Languages of the repository (C#, Typescript)

We’ve recently begun using SonarCloud, integrated with Azure DevOps. Our repository contains two languages, C# and TypeScript (utilizing Vue.js), hence we’ve created two distinct projects for each language.

However, we’ve encountered an issue. When I execute a build to decorate a pull request for either C# or TypeScript, it erases the decorations for the other one.

I don’t want to delete someone else’s decoration. Is there a solution for this?

Add:
We are facing a similar issue with Quality gates as well. The results of the Quality gates executed later take precedence.

Creating and linking projects in a monorepo resolved my issue. Thank you.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.