Skip to content

v2.5.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 15:51
· 359 commits to refs/heads/main since this release
13b0ab7

What's Changed

  • <Binary/Other>CopyAndPublish.yml: Use bash to parse parameter string @makubacki (#171)
    Change Details
      Uses bash to parse a parameter string that could be empty since it is more robust and consistent than directly depending on pipeline string interpretation logic.

    This treats the following strings as "empty":

    • ""
    • " "


Full Changelog: v2.5.0...v2.5.1