Skip to content

Commit 8f88ddf

Browse files
authored
Merge pull request #3634 from IgniteUI/sstoychev/add-better-echo
chore(*): check what the variable is set to
2 parents 4a4c857 + c486642 commit 8f88ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-devops/templates/cd-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ steps:
192192
else
193193
echo "Changes detected."
194194
echo "##vso[task.setvariable variable=changesDetected;isOutput=true]true"
195-
echo "changes detected=$(changesDetected)"
195+
echo "changes detected is now $changesDetected"
196196
fi
197197
workingDirectory: ${{ parameters.workingDir }}/igniteui-live-editing-samples/${{ parameters.submoduleDir }}
198198

0 commit comments

Comments
 (0)