Skip to content

Commit

Permalink
Fix docker inclusion of notice file
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisman committed Aug 15, 2020
1 parent aa81320 commit 9d165c6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tools/pipelines/templates/include-generate-notice-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ steps:
- task: msospo.ospo-extension.8d7f9abb-6896-461d-9e25-4f74ed65ddb2.notice@0
displayName: 'NOTICE File Generator'

- task: CopyFiles@2
displayName: 'Copy NOTICE'
- task: DownloadPipelineArtifact@2
displayName: 'Download NOTICE'
inputs:
SourceFolder: '$(System.DefaultWorkingDirectory)'
Contents: NOTICE.txt
TargetFolder: ${{ parameters.buildDirectory }}
artifact: NOTICE.txt
path: ${{ parameters.buildDirectory }}

0 comments on commit 9d165c6

Please sign in to comment.