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