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