Skip to content

Commit

Permalink
Clean up temp layout file in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft committed Dec 23, 2024
1 parent 45bd50d commit a2bbf20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ jobs:
SourceFolder: '$(packageLayoutDir)'
TargetFolder: '$(artifactsDir)\DevPackage'

- task: DeleteFiles@1
displayName: Clean up Package Layout after copy
inputs:
SourceFolder: '$(packageLayoutDir)'
Contents: **/*

- task: CopyFiles@2
displayName: 'Copy Dev Packages'
inputs:
Expand Down

0 comments on commit a2bbf20

Please sign in to comment.