#2648 - testing the new benchmark artifact name
This commit is contained in:
@@ -74,12 +74,12 @@ steps:
|
||||
|
||||
- script: |
|
||||
ls benchmark/results/v$(MAJOR_VERSION)/v$(VERSION)
|
||||
tar czf benchmark.tar.gz benchmark/results/v$(MAJOR_VERSION)/v$(VERSION)
|
||||
tar czf primaite_v$(VERSION)_benchmark.tar.gz benchmark/results/v$(MAJOR_VERSION)/v$(VERSION)
|
||||
displayName: 'Prepare Artifacts for Publishing'
|
||||
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
targetPath: benchmark.tar.gz # Path to the files you want to publish
|
||||
artifactName: 'benchmark-output' # Name of the artifact
|
||||
targetPath: primaite_v$(VERSION)_benchmark.tar.gz
|
||||
artifactName: 'benchmark-output'
|
||||
publishLocation: 'pipeline'
|
||||
displayName: 'Publish Benchmark Output as Artifact'
|
||||
|
||||
Reference in New Issue
Block a user