From 6c83cd3da5e2e553e4d8a884b05ac8e8ffc8d6b9 Mon Sep 17 00:00:00 2001 From: Masterain Date: Tue, 7 Feb 2023 21:54:23 -0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b625bd0..f5858628 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -135,12 +135,13 @@ steps: passwordVariable: 'pw' condition: succeeded() -- task: PublishPipelineArtifact@1 - displayName: 'Upload Output' - inputs: - targetPath: '$(Build.ArtifactStagingDirectory)/' - artifact: 'Output' - publishLocation: 'pipeline' + +#- task: PublishPipelineArtifact@1 +# displayName: 'Upload Output' +# inputs: +# targetPath: '$(Build.ArtifactStagingDirectory)/' +# artifact: 'Output' +# publishLocation: 'pipeline' - task: DownloadSecureFile@1 name: cerFile