Versions Compared

Key

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

Description

...

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

false

Debug

-solutionPath

None

Path to the solution file

false

false

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

-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