From 795b5a80fbf69add363f60cedc2928c1f6fb2e45 Mon Sep 17 00:00:00 2001 From: Chris McCarthy Date: Wed, 26 Jun 2024 12:00:56 +0100 Subject: [PATCH] #2648 - testing the new benchmark artifact name --- .azure/azure-benchmark-pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure/azure-benchmark-pipeline.yaml b/.azure/azure-benchmark-pipeline.yaml index bc123454..cd8703ec 100644 --- a/.azure/azure-benchmark-pipeline.yaml +++ b/.azure/azure-benchmark-pipeline.yaml @@ -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'