v2.5.1
·
359 commits
to refs/heads/main
since this release
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