We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c83a3b commit 949bcaeCopy full SHA for 949bcae
devops-integration.yml
@@ -69,9 +69,9 @@ steps:
69
- script: |
70
echo "" > $(Build.ArtifactStagingDirectory)/isCustomWidgetOk
71
displayName: "create artifact file for the ReleaseAll pipeline"
72
- # - task: PublishBuildArtifacts@1
73
- # displayName: publish IsCustomWidgetOk atrifact for the ReleaseAll pipeline
74
- # inputs:
75
- # PathtoPublish: '$(Build.ArtifactStagingDirectory)'
76
- # ArtifactName: 'IsCustomWidgetOk'
77
- # publishLocation: 'Container'
+ - task: PublishBuildArtifacts@1
+ displayName: publish IsCustomWidgetOk atrifact for the ReleaseAll pipeline
+ inputs:
+ PathtoPublish: '$(Build.ArtifactStagingDirectory)'
+ ArtifactName: 'IsCustomWidgetOk'
+ publishLocation: 'Container'
0 commit comments