mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Disable update database for Android code coverage (#8182)
This commit is contained in:
parent
fa8768723a
commit
9b19241b27
1 changed files with 3 additions and 1 deletions
|
|
@ -76,7 +76,9 @@ jobs:
|
|||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
dependsOn: Android_CI
|
||||
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
|
||||
# disable update dashboard of Android Code coverage until Azure CI machine cannot access database issue is resolved
|
||||
# condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'))
|
||||
condition: false
|
||||
steps:
|
||||
- task: DownloadPipelineArtifact@0
|
||||
displayName: 'Download code coverage report'
|
||||
|
|
|
|||
Loading…
Reference in a new issue