Adding debug statement

This commit is contained in:
ammallya
2025-08-28 10:44:36 -07:00
vanhempi 2e1b6063a7
commit 5818c3e062
+4
Näytä tiedosto
@@ -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: |