File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ if ($vs) {
180180 # launch the generated CMake solution.
181181 $vs = Split-Path $PSScriptRoot - Parent | Join-Path - ChildPath " artifacts\obj\coreclr" | Join-Path - ChildPath " windows.$archToOpen .$ ( (Get-Culture ).TextInfo.ToTitleCase($configToOpen )) " | Join-Path - ChildPath " ide" | Join-Path - ChildPath " CoreCLR.sln"
182182 if (-Not (Test-Path $vs )) {
183- Invoke-Expression " & `" $repoRoot /src/coreclr/build- runtime.cmd `" -configureonly - $archToOpen - $configToOpen -msbuild "
183+ Invoke-Expression " & `" $repoRoot /eng/common/msbuild.ps1 `" $repoRoot / src/coreclr/runtime.proj /clp:nosummary /restore /p:Ninja=false /p:Configuration= $configToOpen /p:TargetArchitecture= $archToOpen /p:ConfigureOnly=true /p:ClrFullNativeBuild=true "
184184 if ($lastExitCode -ne 0 ) {
185185 Write-Error " Failed to generate the CoreCLR solution file."
186186 exit 1
You can’t perform that action at this time.
0 commit comments