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 5fed735 commit 233cce3Copy full SHA for 233cce3
devops-integration.yml
@@ -54,13 +54,3 @@ steps:
54
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
55
ArtifactName: 'SurveyJSWidgetsBuild'
56
publishLocation: 'Container'
57
-
58
- - script: |
59
- echo "" > $(Build.ArtifactStagingDirectory)/isCustomWidgetOk
60
- displayName: "create artifact file for the ReleaseAll pipeline"
61
- - task: PublishBuildArtifacts@1
62
- displayName: publish IsCustomWidgetOk atrifact for the ReleaseAll pipeline
63
- inputs:
64
- PathtoPublish: '$(Build.ArtifactStagingDirectory)'
65
- ArtifactName: 'IsCustomWidgetOk'
66
- publishLocation: 'Container'
0 commit comments