Skip to content

v1.35.4

Choose a tag to compare

@github-actions github-actions released this 01 May 17:48
· 379 commits to master since this release

🚀 Updates

  • Updated remote caching to error if an output file is a symlink to a file outside of the workspace.

🐞 Fixes

  • Fixed an issue with priority tasks where dependencies of the task may sometimes not run in the
    correct order in the pipeline.
  • Fixed an issue where task affectedFiles and runFromWorkspaceRoot would pass invalid relative
    file paths.
  • Fixed an issue where running tasks for custom plugins would trigger a panic.