Skip to content

Commit

Permalink
Fix path for deployment project
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEvansLarah committed Jun 10, 2020
1 parent b7aca8d commit acbe79e
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 @@ -45,7 +45,7 @@ jobs:
- task: ArchiveFiles@2
displayName: 'Archive Deployment Artifacts'
inputs:
rootFolderOrFile: '$(Build.ArtifactStagingDirectory)/Marain.Claims.Deployment'
rootFolderOrFile: 'Solutions/Marain.Claims.Deployment'
includeRootFolder: false
archiveType: 'zip'
archiveFile: '$(Build.ArtifactStagingDirectory)/Release/Marain.Claims.Deployment.zip'
Expand Down

0 comments on commit acbe79e

Please sign in to comment.