platform · inferred from evidence
Azure DevOps
A hosted platform for CI/CD pipelines where the analysis is being configured.
- Azure DevOps IIS deploy fails: Unrecognized argument 'Files\IIS\Microsoft'
Uninstall Web Deploy from the target server (via Apps & Features) and let the pipeline agent use its own bundled version: multiple reporters confirmed deployments succeed after removing Web Deploy v3.6/v4 from the machine.
- Azure DevOps IIS deploy fails: Unrecognized argument 'Files\IIS\Microsoft'
Azure App Service / IIS Web App Deploy pipelines start failing with: Unrecognized argument 'Files\IIS\Microsoft'. All arguments must begin with "-". The root cause is a conflict between the pipeline agent's built-in Web Deploy and a separat
- Azure DevOps: "A task is missing" for AzureAppConfigurationPush v6
Pipelines suddenly fail saying the AzureAppConfigurationPush task version cannot be found. The release of task version 10 broke older version resolution; revert to your previous version, do not move to v10.
- Argo CD repo-server fails against Azure DevOps: ssh-rsa deprecation
Azure DevOps throttles ssh-rsa connections and Argo CD repo-server stops pulling repos. Upgrade to 2.10.9, 2.9.14, or 2.8.18 for rsa-sha2-256/512 support, or switch to HTTPS as a workaround.
- Diagnose missing SonarQube pull request decoration (no checks or comments on the PR)
Fix absent SonarQube PR decoration by classifying first: analysis not PR-scoped (auto-detection gaps, manual sonar.pullrequest.key/branch/base), invalid org/project ALM binding, edition limits on SonarQube Server, or missing SCM blame data
- SonarQube sonar.inclusions and sonar.exclusions: combining scope patterns without silently scanning nothing
Fixes the pain of SonarQube inclusions and exclusions silently doing nothing: a bare folder path as an inclusion matches zero files, patterns without a **/ prefix only match at the repo root, capitalized property names are ignored, and test