Sync from dev @ ad9f9ab
Source: main (ad9f9ab) Excluded: live tenant exports, generated artifacts, and dev-only tooling.
This commit is contained in:
@@ -26,6 +26,26 @@ jobs:
|
||||
- checkout: self
|
||||
persistCredentials: true
|
||||
|
||||
# Uncomment the block below for agent-side debugging.
|
||||
# - task: Bash@3
|
||||
# displayName: DEBUG — dump agent state (Intune review sync)
|
||||
# inputs:
|
||||
# targetType: inline
|
||||
# script: |
|
||||
# set -euo pipefail
|
||||
# echo "=== Variables ==="
|
||||
# echo "BACKUP_FOLDER=$(BACKUP_FOLDER)"
|
||||
# echo "DRIFT_BRANCH_INTUNE=$(DRIFT_BRANCH_INTUNE)"
|
||||
# echo "BASELINE_BRANCH=$(BASELINE_BRANCH)"
|
||||
# echo "=== Git state ==="
|
||||
# git branch -a
|
||||
# git log --oneline -5
|
||||
# git status --short
|
||||
# echo "=== File system ==="
|
||||
# ls -la "$(Build.SourcesDirectory)"
|
||||
# find "$(BACKUP_FOLDER)" -maxdepth 2 -type d 2>/dev/null || true
|
||||
# workingDirectory: "$(Build.SourcesDirectory)"
|
||||
|
||||
- task: Bash@3
|
||||
displayName: Apply reviewer /reject decisions (Intune)
|
||||
condition: eq(variables['ENABLE_PR_REVIEWER_DECISIONS'], 'true')
|
||||
@@ -114,6 +134,26 @@ jobs:
|
||||
- checkout: self
|
||||
persistCredentials: true
|
||||
|
||||
# Uncomment the block below for agent-side debugging.
|
||||
# - task: Bash@3
|
||||
# displayName: DEBUG — dump agent state (Entra review sync)
|
||||
# inputs:
|
||||
# targetType: inline
|
||||
# script: |
|
||||
# set -euo pipefail
|
||||
# echo "=== Variables ==="
|
||||
# echo "BACKUP_FOLDER=$(BACKUP_FOLDER)"
|
||||
# echo "DRIFT_BRANCH_ENTRA=$(DRIFT_BRANCH_ENTRA)"
|
||||
# echo "BASELINE_BRANCH=$(BASELINE_BRANCH)"
|
||||
# echo "=== Git state ==="
|
||||
# git branch -a
|
||||
# git log --oneline -5
|
||||
# git status --short
|
||||
# echo "=== File system ==="
|
||||
# ls -la "$(Build.SourcesDirectory)"
|
||||
# find "$(BACKUP_FOLDER)" -maxdepth 2 -type d 2>/dev/null || true
|
||||
# workingDirectory: "$(Build.SourcesDirectory)"
|
||||
|
||||
- task: Bash@3
|
||||
displayName: Apply reviewer /reject decisions (Entra)
|
||||
condition: eq(variables['ENABLE_PR_REVIEWER_DECISIONS'], 'true')
|
||||
|
||||
Reference in New Issue
Block a user