From d3acba3967fd0476ddcbf7e4853beae709a25ee5 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 10 Jun 2020 15:54:59 -0400 Subject: [PATCH] Remove Unused Publish Task --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3a21d03..ceb0914 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -77,12 +77,6 @@ jobs: testRunTitle: "PSCore_Ubuntu_Built" displayName: "Publish Test Results" condition: always() - - task: PublishPipelineArtifact@0 - displayName: "Publish compiled module Artifact" - inputs: - artifactName: "ZertoApiWrapper" - targetPath: ./temp - condition: always() - task: PublishPipelineArtifact@0 displayName: "Publish Data" inputs: