From 124dbd528be81e05511d7142b881faa38b53db0e Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 22 Mar 2021 21:03:44 +0100 Subject: [PATCH] fix path --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 0dd1723969..28567ef236 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -192,7 +192,7 @@ stages: - task: PublishPipelineArtifact@1 displayName: "Publish test artifacts" inputs: - targetPath: '$(Build.SourcesDirectory)/cypress/artifacts' + targetPath: '$(Build.SourcesDirectory)/src/Umbraco.Tests.AcceptanceTest/cypress/artifacts' artifact: 'Test artifacts' - stage: Artifacts