Adding debug statement

Tá an tiomantas seo le fáil i:
ammallya
2025-08-28 10:44:36 -07:00
tuismitheoir 2e1b6063a7
tiomantas 5818c3e062
+4
Féach ar an gComhad
@@ -71,6 +71,10 @@ jobs:
match_found: $[ dependencies.Determine_Changes.outputs['detectChanges.match_found'] ] match_found: $[ dependencies.Determine_Changes.outputs['detectChanges.match_found'] ]
steps: steps:
- checkout: none - checkout: none
- script: |
echo "DEBUG: match_found = '$(match_found)'"
displayName: 'Debug match_found variable'
- ${{ if eq(variables.match_found, 'true') }}: - ${{ if eq(variables.match_found, 'true') }}:
- script: | - script: |