Skip to content

Commit

Permalink
Changed build path in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 18, 2019
1 parent 25bb133 commit 2a78bd4
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 @@ -149,7 +149,7 @@ steps:
# Copy PyInstaller build leftovers the artifacts directory
- task: CopyFiles@2
inputs:
contents: build/**/
contents: build/**/*
targetFolder: $(Build.ArtifactStagingDirectory)
displayName: "Copy PyInstaller build artifacts to staging dir"

Expand Down

0 comments on commit 2a78bd4

Please sign in to comment.