Skip to content

Commit 746bbc7

Browse files
author
Shone Jacob
committed
Create artifacts 3
1 parent 75826a7 commit 746bbc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555
- task: PublishBuildArtifacts@1
5656
displayName: Publish Build Artifacts (application tar)
5757
inputs:
58-
pathtoPublish: '$(Build.DefaultWorkingDirectory)'
58+
pathtoPublish: '$(Build.DefaultWorkingDirectory)/fission.tar'
5959
artifactName: 'drop'
6060
#publishLocation: 'Container' # Options: container, filePath
6161
#targetPath: # Required when publishLocation == FilePath

0 commit comments

Comments
 (0)