-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: PublishCodeCoverageResults complains "Can't find loc string for key: InstallDotNetCoreForPublishing" #19225
Comments
Ran into the same issue on a linux vmss pool. I missed the bit in the doco that says you need to "use .net core". Did you happen to include that task before running publish code coverage results? https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2?view=azure-pipelines#prerequisites |
Tasks should really be self-contained and not rely on the user installing things on the machine. Again, this isn't happening on our Windows or AMD64 Linux builds, only ARM64. |
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
This is not resolved. Work around: PublishCodeCoverageResults@1 seems to do its job just fine without dot net |
PublishCodeCoverageResults@1 does not merge the results. Edit: |
I added the following task to resolve this error in my pipeline.
|
Task name
PublishCodeCoverageResults
Task version
2.229.0
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu 20.04 ARM64
Task log
Relevant log output
Aditional info
We're seeing this only on the Linux (Ubuntu 20.04) ARM64 variant of our build. Windows/AMD64 and Linux/AMD64 are unaffected.
The text was updated successfully, but these errors were encountered: