We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b8947 commit 323b0d6Copy full SHA for 323b0d6
Tools/Scripts/Shared/Build.ps1
@@ -32,10 +32,10 @@ function BuildSolution($solution, $properties)
32
$location = $(Get-Location)
33
Set-Location $directory
34
35
- msbuild $filename /m:4 /t:Restore ("/p:$($properties)")
+ msbuild $filename /t:Restore ("/p:$($properties)")
36
CheckExitCode "Failed to restore: $($path)"
37
38
- msbuild $filename /m:4 /t:Rebuild ("/p:$($properties)")
+ msbuild $filename /t:Rebuild ("/p:$($properties)")
39
CheckExitCode "Failed to build: $($path)"
40
41
Set-Location $location
0 commit comments