Skip to content

Commit

Permalink
Added documentation for the Filter Parameter in build.ps1 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikq29 authored Oct 17, 2024
1 parent 425b610 commit 01a3c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added stages to cloud pipeline and added steps to publish modules to Azure Automation DSC.
- Added support for Azure Guest Configuration.
- Added documentation for the Filter Parameter in build.ps1

### Changed

Expand Down
4 changes: 4 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
.PARAMETER Tasks
The task or tasks to run. The default value is '.' (runs the default task).
.PARAMETER Filter
Filter the MOF-Files that you want to get compiled.
The Syntax is "-Filter { $_.Environment -eq 'Dev' -and $_.Role -eq 'FileServer' }"
.PARAMETER CodeCoverageThreshold
The code coverage target threshold to uphold. Set to 0 to disable.
The default value is '' (empty string).
Expand Down

0 comments on commit 01a3c96

Please sign in to comment.