Skip to content

Commit 6c83a3b

Browse files
Update devops-integration.yml for Azure Pipelines
1 parent ad50fe9 commit 6c83a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ steps:
6767
publishLocation: 'Container'
6868

6969
- script: |
70-
echo "" > $(System.ArtifactStagingDirectory)/isCustomWidgetOk
70+
echo "" > $(Build.ArtifactStagingDirectory)/isCustomWidgetOk
7171
displayName: "create artifact file for the ReleaseAll pipeline"
7272
# - task: PublishBuildArtifacts@1
7373
# displayName: publish IsCustomWidgetOk atrifact for the ReleaseAll pipeline

0 commit comments

Comments
 (0)