Skip to content

Commit

Permalink
Update archive step current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
simonaco authored Nov 22, 2018
1 parent 7628ebb commit 2011812
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ steps:
workingDirectory: '$(System.DefaultWorkingDirectory)/services'
- task: ArchiveFiles@2
displayName: 'Archive files'
workingDirectory: '$(System.DefaultWorkingDirectory)/services'
inputs:
rootFolderOrFile: '$(System.DefaultWorkingDirectory)'
rootFolderOrFile: '$(System.DefaultWorkingDirectory)/services'
includeRootFolder: false
archiveFile: '$(System.DefaultWorkingDirectory)/$(Build.BuildId).zip'
- task: PublishBuildArtifacts@1
displayName: 'Publish files'
workingDirectory: '$(System.DefaultWorkingDirectory)/services'
inputs:
PathtoPublish: '$(System.DefaultWorkingDirectory)'
name: 'drop'

0 comments on commit 2011812

Please sign in to comment.