Skip to content

Commit

Permalink
Enable MG step in azure pipeline checker. (sonic-net#20128)
Browse files Browse the repository at this point in the history
Why I did it
Creates a manifest.json and bsi.json for all the files in a folder.
This generated manifest can be used to validate the contents of the folder in the future.

Work item tracking
Microsoft ADO (number only): 29207108
How I did it
How to verify it
  • Loading branch information
liushilongbuaa authored Sep 5, 2024
1 parent 3df3669 commit f0eeae7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .azure-pipelines/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,13 @@ jobs:
fi
displayName: "Build sonic image"
- template: .azure-pipelines/check-dirty-version.yml@buildimage
- task: ManifestGeneratorTask@0
condition: ne(variables.SKIP_MG, 'y')
timeoutInMinutes: 60
continueOnError: true
displayName: "Manifest Generator"
inputs:
BuildDropPath: '$(System.DefaultWorkingDirectory)/target/'
ManifestDirPath: 'target/'
BuildComponentPath: $(System.DefaultWorkingDirectory)/src/

0 comments on commit f0eeae7

Please sign in to comment.