Skip to content

Commit

Permalink
Flatten folders in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Jul 17, 2019
1 parent d44d55c commit 6d3ccfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ steps:
SourceFolder: '$(Build.SourcesDirectory)'
Contents: '**\*.nupkg'
TargetFolder: '$(Build.ArtifactStagingDirectory)\Package'
flattenFolders: true
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))

# Publish
Expand Down

0 comments on commit 6d3ccfd

Please sign in to comment.