Description
...
Invoke-RebuildSolution Aliases
- Rebuild-Solution
Syntax
Code Block | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Invoke-RebuildSolution [[-buildConfiguration] <string>] [[-verbosity] <string>] [[-solutionPath] <string>]
|
Parameters
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
-buildConfiguration | None | e.g. release, debug | false |
- True. Nodes remain after the build finishes so that subsequent builds can use them (default).
- False. Nodes don't remain after the build completes."
Sets the platform property
false | Debug | ||||
-solutionPath | None | Path to the solution file | false | false | Ed-Fi-ODS-Implementation/Application/Ed-Fi-Ods.sln |
"Build the specified targets in the project. Specify each target separately, or use a semicolon or comma to separate multiple targets, as the following example shows:"
Clean;Build
-verbosity | None | "Specifies the amount of information to display in the build log. Each logger displays events based on the verbosity level that you set for that logger. | false | false | minimal |