From 5b227d511cc9fab0703d067fe4465eb25da050f2 Mon Sep 17 00:00:00 2001 From: Marc Schier Date: Wed, 8 May 2024 14:49:38 +0200 Subject: [PATCH] update --- tools/e2etesting/steps/buildtestresources.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/e2etesting/steps/buildtestresources.yml b/tools/e2etesting/steps/buildtestresources.yml index cae677697c..2863df6f45 100644 --- a/tools/e2etesting/steps/buildtestresources.yml +++ b/tools/e2etesting/steps/buildtestresources.yml @@ -14,9 +14,3 @@ steps: script: 'dotnet publish "$(Build.SourcesDirectory)/tools/e2etesting/TestEventProcessor/TestEventProcessor.Service/TestEventProcessor.Service.csproj" --configuration Release -o "$(Build.ArtifactStagingDirectory)/TestEventProcessor"' workingDirectory: '$(Agent.ToolsDirectory)/dotnet' flattenFolders: true - -- task: PublishPipelineArtifact@1 - displayName: 'Publish Artifacts' - inputs: - path: $(Build.ArtifactStagingDirectory)/ - artifact: testartifacts \ No newline at end of file