File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1313 vmImage : " Ubuntu-16.04"
1414
1515steps :
16+ - task : DeleteFiles@1
17+ inputs :
18+ SourceFolder : ' $(System.ArtifactStagingDirectory)'
19+ Contents : ' isCustomWidgetOk'
20+ # - task: PublishBuildArtifacts@1
21+ # displayName: publish IsCustomWidgetOk atrifact for the ReleaseAll pipeline
22+ # inputs:
23+ # PathtoPublish: '$(Build.ArtifactStagingDirectory)'
24+ # ArtifactName: 'IsCustomWidgetOk'
25+ # publishLocation: 'Container'
26+
1627 - task : NodeTool@0
1728 inputs :
1829 versionSpec : " 12.x"
@@ -54,3 +65,13 @@ steps:
5465 PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
5566 ArtifactName : ' SurveyJSWidgetsBuild'
5667 publishLocation : ' Container'
68+
69+ - script : |
70+ echo "" > $(System.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