You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
* [mono] Fix casing for `DotNet*` to be consistent and match the file on
.. disk.
* [mono] Remove Microsoft.DotNet.MSBuildSdkResolver on linux for the
.. bootstrap build. This is because it depends on a native lib,
libhostfxr*, which is not present in the bootrap msbuild, which breaks
the resolver and thus the build. Removing this should be fine, because
msbuild then just falls back to the bundled SDKs.
* [mono] Run the dotnet-install.sh script with `bash` instead of `sh` as
.. it breaks for `set -o pipefail` on ubuntu 16.04 .
* [mono] Skip copying the native lib, libhostfxr* for Linux
.. because this might or might not work on whatever distribution we are
actually building on.
* [mono] Sort both canonical and new files list, as the order can differ
.. between linux and macOS.
0 commit comments