Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
karolzak committed Jan 28, 2020
1 parent fbb3e6f commit 1bf1929
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 @@ -42,7 +42,7 @@ steps:

- task: CopyFiles@2
inputs:
contents: 'dist\**'
contents: '**\dist\**'
targetFolder: $(Build.ArtifactStagingDirectory)
- task: PublishBuildArtifacts@1
inputs:
Expand Down

0 comments on commit 1bf1929

Please sign in to comment.