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
Update the build.yml file to use PublishCodeCoverageResults@2 task.
Currently we are getting warnings in CI in Initialize job:
Downloading task: PublishCodeCoverageResults (1.248.1)
##[warning]Task 'Publish code coverage' version 1 (PublishCodeCoverageResults@1) is deprecated.
##[warning]The PublishCodeCoverageResults@1 is deprecated. Users are recommended to switch to task version 2. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task
Downloading task: PublishBuildArtifacts (1.247.1)
Downloading task: PublishTestResults (2.247.1)
Update the build.yml file to use PublishCodeCoverageResults@2 task.
Currently we are getting warnings in CI in Initialize job:
Details https://devblogs.microsoft.com/devops/new-pccr-task/
The text was updated successfully, but these errors were encountered: