dsccommunity / DscWorkshop

Blueprint for a full featured DSC project for Push / Pull with or without CI/CD
MIT License
202 stars 163 forks source link

Updated `Sampler.DscPipeline` version and added task `Set_PSModulePath` #154

Closed raandree closed 1 year ago

raandree commented 1 year ago

Pull Request

Pull Request (PR) description

In the latest version of Sampler.DscPipeline all code manipulating the PSModulePath was removed. Instead there is the task Set_PSModulePath.

The new task is configured in the build.yaml file:

####################################################
#           Setting Sampler PSModulePath           #
####################################################
SetPSModulePath:
  RemovePersonal: true
  RemoveProgramFiles: true

Task list


This change is Reviewable