Browse Source

Merge branch 'fix-win32-dialog-minimizing-parent' of https://github.com/MarchingCube/Avalonia into fix-win32-dialog-minimizing-parent

pull/4928/head
Dariusz Komosinski 6 years ago
parent
commit
085eb1fa74
  1. 2
      build.ps1

2
build.ps1

@ -62,6 +62,8 @@ else {
} else {
ExecSafe { & $DotNetInstallFile -InstallDir $DotNetDirectory -Version $DotNetVersion -NoPath }
}
$env:PATH="$DotNetDirectory;$env:PATH"
}
Write-Output "Microsoft (R) .NET Core SDK version $(& $env:DOTNET_EXE --version)"

Loading…
Cancel
Save