File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ if ($vs) {
180
180
# launch the generated CMake solution.
181
181
$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"
182
182
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 "
184
184
if ($lastExitCode -ne 0 ) {
185
185
Write-Error " Failed to generate the CoreCLR solution file."
186
186
exit 1
You can’t perform that action at this time.
0 commit comments