| # Compiler Plugin | |
| This CiBuildPlugin compiles the package DSC from the package being tested. | |
| ## Configuration | |
| The package relative path of the DSC file to build. | |
| ``` yaml | |
| "CompilerPlugin": { | |
| "DscPath": "<path to dsc from root of pkg>" | |
| } | |
| ``` | |
| ### DscPath | |
| Package relative path to the DSC file to build. |