Skip to content

Commit 41782a8

Browse files
authored
Merge pull request #462 from mssonicbld/sonicbld/202305-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202305 to 202305
2 parents 49406d0 + ca6fbb4 commit 41782a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.azure-pipelines/azure-pipelines-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,13 @@ jobs:
169169
fi
170170
displayName: "Build sonic image"
171171
- template: .azure-pipelines/check-dirty-version.yml@buildimage
172+
- task: ManifestGeneratorTask@0
173+
condition: ne(variables.SKIP_MG, 'y')
174+
timeoutInMinutes: 60
175+
continueOnError: true
176+
displayName: "Manifest Generator"
177+
inputs:
178+
BuildDropPath: '$(System.DefaultWorkingDirectory)/target/'
179+
ManifestDirPath: 'target/'
180+
BuildComponentPath: $(System.DefaultWorkingDirectory)/src/
181+

0 commit comments

Comments
 (0)