Adding debug statement

このコミットが含まれているのは:
ammallya
2025-08-28 10:44:36 -07:00
コミット 5818c3e062
+4
ファイルの表示
@@ -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: |