Skip to content

Commit 3f4d9ad

Browse files
committed
Work CI-CD
- Fix missing condition in AZDO task.
1 parent 53be302 commit 3f4d9ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines-templates/build-espressif-esp32-targets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ steps:
7171
arguments: '--verify ${{ parameters.partitionsDirectory }}\partitions_nanoclr_8mb.csv ${{ parameters.repoDirectory }}\build\partitions_8mb.bin'
7272

7373
- task: PythonScript@0
74+
condition: >-
7475
and(
7576
succeeded(),
7677
or(

0 commit comments

Comments
 (0)