We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
[Policy] Area Validation Pipelines
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: