You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to get the Cobertura report running on my Azure Pipeline, but I keep getting the error over and over while running it. 'find_binary_files': No product binary found in Tests/Build/ProfileData/XXXXX-XXXXX while running on Azure Pipelines
I'm using this script to run it: slather coverage -x --scheme $(scheme) --workspace $(workspace) --output-directory $(slather) --build-directory Build --verbose $(project)
Can someone help me?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to get the Cobertura report running on my Azure Pipeline, but I keep getting the error over and over while running it.
'find_binary_files': No product binary found in Tests/Build/ProfileData/XXXXX-XXXXX while running on Azure Pipelines
I'm using this script to run it:
slather coverage -x --scheme $(scheme) --workspace $(workspace) --output-directory $(slather) --build-directory Build --verbose $(project)
Can someone help me?
Thank you.
The text was updated successfully, but these errors were encountered: