Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Conversation

@radical
Copy link
Member

@radical radical commented Sep 17, 2019

We moved to building purely with mono, earlier and thus skip the dotnet
installation in the scripts. This breaks that. Fixing it up in-place for
now.

Commit 2: (Patch on behalf of Alexander Köplinger)
Also, fix the command line, as the dotnet nuget uses a different
command line syntax than the standalone nuget that mono bundles.

`nuget locals http-cache -c` -> `nuget locals http-cache -Clear`

We moved to building purely with mono, earlier and thus skip the dotnet
installation in the scripts. This breaks that. Fixing it up in-place for
now.

Commit 2: (Patch on behalf of Alexander Köplinger)
Also, fix the command line, as the `dotnet nuget` uses a different
command line syntax than the standalone `nuget` that mono bundles.

    `nuget locals http-cache -c` -> `nuget locals http-cache -Clear`
To work around dotnet/arcade#3932 , `nuget
locals http-cache -Clear` is invoked, but in our CI, `nuget` doesn't
seem to be installed in bockbuild's staged prefix.

So, instead we do that only if `dotnet` is available.
@radical radical merged commit 8cfbe97 into mono:mono-2019-06 Sep 17, 2019
@radical radical deleted the fix-build-2019-06 branch September 17, 2019 20:52
radical added a commit to lewing/mono that referenced this pull request Sep 17, 2019
akoeplinger pushed a commit to mono/mono that referenced this pull request Sep 18, 2019
* [2019-06] Bump msbuild and sdk versions to 3.0.1xx latest

* Bump msbuild again to pull in the build updates

* pull in roslyn-binaries fix

* One more bump

* Fix the roslyn hash

* [msbuild] Bump to pick up a build fix from mono/msbuild#138

* Pull in final update from msbuild of nuget and sdk
NuGet 5.3.0-rtm.6251
Sdk 3.0.100-rc2.19467.3

* Pick up packaging fix in mono/msbuild#141
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants