Skip to content

Commit

Permalink
Don't include root folder. (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll authored Mar 30, 2019
1 parent 3e14837 commit 03f59dd
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 @@ -37,7 +37,7 @@ steps:
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '.\src\output'
#includeRootFolder: true
includeRootFolder: false
#archiveType: 'zip' # Options: zip, 7z, tar, wim
#tarCompression: 'gz' # Optional. Options: gz, bz2, xz, none
archiveFile: '$(Build.ArtifactStagingDirectory)/UniversalDashboard.Community.$(Build.BuildId).zip'
Expand Down

0 comments on commit 03f59dd

Please sign in to comment.