File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ steps:
6666 ArtifactName : ' SurveyJSWidgetsBuild'
6767 publishLocation : ' Container'
6868
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'
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'
You can’t perform that action at this time.
0 commit comments