Skip to content

Commit

Permalink
Add Show API compat issue suppression list
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Haley committed Oct 4, 2022
1 parent c843f99 commit c3a2a34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/yaml/ci-api-validation-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ steps:
artifactName: 'ContractDlls'
targetPath: '$(System.ArtifactsDirectory)/ContractDlls'

- powershell: |
Write-Host "The following API compatibility issues are suppressed:";
Get-Content "ApiCompatBaseline.txt";
displayName: 'Show API compat issue suppression list in ApiCompatBaseline.txt'
continueOnError: true

- task: SOUTHWORKS.binaries-comparer.custom-build-release-task.binaries-comparer@0
displayName: 'Compare Binaries'
inputs:
Expand Down

0 comments on commit c3a2a34

Please sign in to comment.