We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2f277 commit 9a64f28Copy full SHA for 9a64f28
.azure-pipelines/ci.yml
@@ -49,11 +49,11 @@ steps:
49
rootFolderOrFile: '$(Build.SourcesDirectory)'
50
includeRootFolder: false
51
archiveType: tar
52
- archiveFile: '$(repoArchivePath)'
+ archiveFile: '$(repoArchiveFile)'
53
54
- task: PublishBuildArtifacts@1
55
displayName: 'Publish repo tarball'
56
inputs:
57
- PathtoPublish: '$(repoArchivePath)'
+ PathtoPublish: '$(repoArchiveDirectory)'
58
ArtifactName: '$(repoArtifactName)'
59
0 commit comments