Skip to content

v5.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 15:33
· 134 commits to refs/heads/main since this release
1a33763

What's Changed

  • Add checkout\_self parameter to prevent additional checkouts @apop5 (#221)
    Change Details
      A specific container that does checkout prior to running mu_devops runs into problems with multiple checkout statements. It places the repo under multiple directories.

    Adding a parameter to prevent checkout of the repo again for the code coverage step.




  • Added fetchdepth to disable default shallow checkout in new pipelines @apop5 (#220)
    Change Details
      https://learn.microsoft.com/en-us/azure/devops/pipelines/yaml-schema/steps-checkout?view=azure-pipelines#shallow-fetch

    New pipelines created after the [September 2022 Azure DevOps sprint 209 update](https://learn.microsoft.com/en-us/azure/devops/release-notes/2022/sprint-209-update) have Shallow fetch enabled by default and configured with a depth of 1. Previously the default was not to shallow fetch. To check your pipeline, view the Shallow fetch setting in the [pipeline settings UI](https://learn.microsoft.com/en-us/azure/devops/pipelines/repos/azure-repos-git#shallow-fetch).

    Adding fetchdepth of 0 to disable default of shallow checkout for new pipelines using mu_devops.




Full Changelog: v5.0.5...v5.0.6