Skip to content

Commit

Permalink
Add paramater for extra artifacts to publish (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfernald authored Oct 19, 2022
1 parent 0785b56 commit 733e3da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Steps/BuildPlatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ parameters:
displayName: Tool Chain (e.g. VS2022)
type: string
default: ''
- name: extra_artifacts
displayName: Additional Artifacts to Publish
type: string
default: ''

steps:

Expand Down Expand Up @@ -128,6 +132,7 @@ steps:
**/OVERRIDELOG.TXT
BASETOOLS_BUILD*.*
**/FD_REPORT.HTML
${{ parameters.extra_artifacts }}
flattenFolders: true
condition: succeededOrFailed()

Expand Down

0 comments on commit 733e3da

Please # to comment.