product · inferred from evidence
azure-pipelines-tasks
A GitHub repository containing Azure Pipelines tasks.
- NuGetCommand@2 regression: the nuget command failed with exit code(null)
Pin NuGetCommand@2 back to 2.238.1 as an immediate fix: builds go green again. The task team fixed the regression in 2.253.0, which became the new default; the reporter confirmed 2.253.0 works. Remove the pin once 2.253.0 is rolled out to y
- 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. This surfaced whe
- AzureFileCopy@6: Auto-login with PowerShell context fails
The task team shipped a fix for this in the AzureFileCopy task itself (deployed to all rings): make sure you are on a task version newer than the one referenced in the fix PR. If you cannot pick up the new task version, pin the Az.Accounts