Open Gijsreyn opened 5 months ago
As contributor, I want to test DSC resources cross-platform through Azure Pipelines to ensure quality.
Separate publish job and create test stage. Tests in Pester can be controlled by using the -Skip when declaring It blocks.
-Skip
It
[Policy] Area Validation Pipelines
Description of the new feature / enhancement
As contributor, I want to test DSC resources cross-platform through Azure Pipelines to ensure quality.
Proposed technical implementation details
Separate publish job and create test stage. Tests in Pester can be controlled by using the
-Skip
when declaringIt
blocks.