Skip to content

Commit

Permalink
Modernize build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jul 27, 2024
1 parent 6360b68 commit cb87308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
SourceFolder: 'src\Publish'
Contents: |
*.*
!(*.xml)
!*.xml
TargetFolder: '$(build.artifactstagingdirectory)/Sample'
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))

Expand Down

0 comments on commit cb87308

Please sign in to comment.