Skip to content

Commit 1dce6e4

Browse files
committed
Add instruction to run build script with noop task before executing tests
1 parent 4ac78d9 commit 1dce6e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/instructions/dsc-community-style-guidelines.instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Always run build script from root path.
2727
- After adding or changing classes, always run tests in new session.
2828
- To run a test file with code coverage (this can takes a while for large codebases):
2929
```powershell
30+
.\build.ps1 -Tasks noop
3031
$config = New-PesterConfiguration
3132
$config.Run.Path = @('<test paths>')
3233
$config.CodeCoverage.Enabled = $true

0 commit comments

Comments
 (0)