microsoft/azure-pipelines-task-lib

powershell release notes miss 0.10.1 release info

japj opened this issue · 1 comments

japj commented

The PowerShell Release notes miss information on the 0.10.1 release:

0.10.1 contained https://github.com/microsoft/azure-pipelines-task-lib/pull/279/files
Add escaping of closing bracket character

Which if I understand correctly contained the fix for microsoft/azure-pipelines-tasks#6314

I recently ran into the same issue for the MSBuild task with:

  • Azure DevOps Server Dev17.M153.5 (This is an Azure DevOps Server 2019 Update 1.1)
  • Agent 2.153.1
  • MSBuild task 1.151.1 (which seems to use vsts-task-lib 2.2.1 and VstsTaskSdk 0.8.2)

This means that all PowerShell Tasks in the azure-pipelines-tasks repo that do not have at least VstsTaskSdk 0.10.1 have this same issue and should be upgraded (but that is not clear, partly due to the missing 0.10.1 release info)

This issue has had no activity in 90 days. Please comment if it is not actually stale