Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Description

Runs MsBuild.exe to build the Ed-Fi-Ods.sln file.

Invoke-RebuildSolution Aliases

  • Rebuild-Solution

Syntax

Code Block
languagePowershell
themeConfluence
firstline0001
linenumbersfalse
collapsefalse
Invoke-RebuildSolution [[-buildConfiguration] <string>] [[-verbosity] <string>] [[-solutionPath] <string>]

Parameters

Name

Alias

Description

Required?

Pipeline Input

Default Value

-buildConfiguration

None

e.g. release, debug

false

Debug-maxCpuCountNone"Specifies the maximum number of concurrent processes to use when building. If you don't include this switch, the default value is 1. If you include this switch without specifying a value, MSBuild will use up to the number of processors in the computer."false1-noReuseNone"Enable or disable the re-use of MSBuild nodes. You can specify the following values:
- True. Nodes remain after the build finishes so that subsequent builds can use them (default).
- False. Nodes don't remain after the build completes."falsefalse-platformEnvironmentVariableNone

Sets the platform property

falseAny CPU-

false

Debug

-solutionPath

None

Path to the solution file

false

false

Ed-Fi-ODS-Implementation/Application/Ed-Fi-Ods.sln

-

targetNone

"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 

falseBuild-

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.

You can specify the following verbosity levels: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]."

false

false

minimal