Adding debug statement

Šī revīzija ir iekļauta:
ammallya
2025-08-28 10:44:36 -07:00
vecāks 2e1b6063a7
revīzija 5818c3e062
+4
Parādīt failu
@@ -71,6 +71,10 @@ jobs:
match_found: $[ dependencies.Determine_Changes.outputs['detectChanges.match_found'] ]
steps:
- checkout: none
- script: |
echo "DEBUG: match_found = '$(match_found)'"
displayName: 'Debug match_found variable'
- ${{ if eq(variables.match_found, 'true') }}:
- script: |