gaelcolas / Sampler

Module template with build pipeline and examples, including DSC elements.
MIT License
167 stars 42 forks source link

Fix shallow fetch depth in pipeline #425

Closed fslef closed 1 year ago

fslef commented 1 year ago

Pull Request

New Azure Pipelines do shallow fetch by default which make GitVersion to fail since all commit history is not available.

Pull Request (PR) description

Fixed

Task list


This change is Reviewable

codecov[bot] commented 1 year ago

Codecov Report

Merging #425 (4fb4462) into main (dde003b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #425   +/-   ##
===================================
  Coverage    81%    81%           
===================================
  Files        44     44           
  Lines      2319   2319           
===================================
  Hits       1899   1899           
  Misses      420    420           
johlju commented 1 year ago

@fslef thank you for fixing this. We just need the change in the Plaster template files too. See comment. πŸ™‚

johlju commented 1 year ago

@fslef thank you πŸ™‡β€β™‚οΈ

fslef commented 1 year ago

Your're welcome. My pleasure to contribute.