dsccommunity / DscResource.DocGenerator

Module for generation of DSC resource documentation
MIT License
9 stars 10 forks source link

Fix tasks to use `Set-SamplerTaskVariable` #118

Closed johlju closed 2 years ago

johlju commented 2 years ago

Pull Request

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 2 years ago

Codecov Report

Merging #118 (76c3639) into main (0de5fe4) will increase coverage by 0%. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           main   #118   +/-   ##
===================================
  Coverage    97%    97%           
===================================
  Files        42     42           
  Lines       966    882   -84     
===================================
- Hits        945    864   -81     
+ Misses       21     18    -3     
Impacted Files Coverage Δ
source/tasks/Generate_Conceptual_Help.build.ps1 91% <100%> (-3%) :arrow_down:
source/tasks/Generate_Wiki_Content.build.ps1 88% <100%> (-4%) :arrow_down:
source/tasks/Publish_GitHub_Wiki_Content.build.ps1 96% <100%> (-1%) :arrow_down:
johlju commented 2 years ago

Merging this, it part of PR #117.