Skip to content

Commit 96210ce

Browse files
Update documentation/tooling/ci-filter.md
Co-Authored-By: Mark Cowlishaw <[email protected]>
1 parent af5f11a commit 96210ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/tooling/ci-filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The CI filter is a set of tooling that looks at the files changed in a pull requ
99
- Which modules to generate help for
1010
- Which modules to run static analysis on
1111

12-
This filtering allows for faster build times as we are no longer building _every_ project, running _every_ test, generating _all_ help and running static analysis on _everything_, but rather only on the services that are being updated in the pull request and what they are dependent on.
12+
This filtering allows for faster build times as we are no longer building _every_ project, running _every_ test, generating _all_ help and running static analysis on _everything_, but rather only on the services that are being updated in the pull request and the services that depend on them.
1313

1414
### `CreateFilterMappings.ps1`
1515

@@ -78,4 +78,4 @@ When calling [`StaticAnalysis.Netcore.dll`](https://github.com/Azure/azure-power
7878

7979
### Help Generation Filter
8080

81-
Although it doesn't directly use the result of one of the filters, when we call [`GenerateHelp.ps1`](https://github.com/Azure/azure-powershell/blob/2d66db5b781f6b1bffe5ff6ff6825c69c8af5848/build.proj#L194) during the build to generate the MAML help that is shipped with our modules, the output folders from the build are used to determine which modules to generate help for. If a module wasn't built as a part of the build, then its folder would not be located in the `artifacts/Debug` output folder, and it will not have any help generated.
81+
Although it doesn't directly use the result of one of the filters, when we call [`GenerateHelp.ps1`](https://github.com/Azure/azure-powershell/blob/2d66db5b781f6b1bffe5ff6ff6825c69c8af5848/build.proj#L194) during the build to generate the MAML help that is shipped with our modules, the output folders from the build are used to determine which modules to generate help for. If a module wasn't built as a part of the build, then its folder would not be located in the `artifacts/Debug` output folder, and it will not have any help generated.

0 commit comments

Comments
 (0)