We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0efd6 commit cc7c643Copy full SHA for cc7c643
1 file changed
.github/workflows/ado/templates/sources-upload-stages.yml
@@ -147,6 +147,8 @@ stages:
147
done < <(git diff "$SOURCE_COMMIT" "$TARGET_COMMIT" --name-only | grep '/sources$' | sort -u)
148
149
components="$(IFS=, ; echo "${components[*]}")"
150
+ echo "##[warning] Debugging with dummy components 'atlas,words'"
151
+ components="atlas,words"
152
echo "Affected components: $components"
153
echo "##vso[task.setvariable variable=components]$components"
154
env:
0 commit comments