New Code always 0 for PRs – Issues detected only after PR is merged in Azure DevOps

that’s the version of DevOps Task

  • task: DotNetCoreCLI@2
    displayName: ‘Build Solution’
    inputs:
    command: ‘build’
    projects: ‘$(solution)’
    arguments: '–configuration $(buildConfiguration)
1 Like

Hi,

Okay, thanks.

I’m not sure what else to look at here, so I’m going to flag this for more expert eyes.

 
Ann

please let me know if i need to provide more details/logs