Closed raandree closed 1 year ago
In the latest version of Sampler.DscPipeline all code manipulating the PSModulePath was removed. Instead there is the task Set_PSModulePath.
PSModulePath
Set_PSModulePath
The new task is configured in the build.yaml file:
build.yaml
#################################################### # Setting Sampler PSModulePath # #################################################### SetPSModulePath: RemovePersonal: true RemoveProgramFiles: true
build.ps1 -ResolveDependency
This change is
Pull Request
Pull Request (PR) description
In the latest version of Sampler.DscPipeline all code manipulating the
PSModulePath
was removed. Instead there is the taskSet_PSModulePath
.The new task is configured in the
build.yaml
file:Task list
build.ps1 -ResolveDependency
).This change is