Skip to content

Commit ee4dc16

Browse files
committed
Work CI-CD
- Fix output variable to signal update dependents. ***NO_CI***
1 parent 62e2d95 commit ee4dc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
}
8888
8989
# set variable to foward to jobs
90-
echo "##vso[task.setvariable variable=RUN_UPDATE_DEPENDENTS]$update"
90+
echo "##vso[task.setvariable variable=RUN_UPDATE_DEPENDENTS;isOutput=true]$update"
9191
9292
name: BuildOptions
9393
displayName: Evaluate build options

0 commit comments

Comments
 (0)