Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set DisableImplicitNuGetFallbackFolder and bump Ubuntu on Travis #611

Merged

Conversation

mikkelbu
Copy link
Member

@mikkelbu mikkelbu commented Apr 18, 2019

To make Azure DevOps and Travis pass.

@mikkelbu mikkelbu added the Build label Apr 18, 2019
@mikkelbu
Copy link
Member Author

And now Travis is failing with (both on this PR and on master)

7.98s0.55sE: Unable to locate package dotnet-sdk-2.1
E: Couldn't find any package by glob 'dotnet-sdk-2.1'
E: Couldn't find any package by regex 'dotnet-sdk-2.1'
The command "sudo apt-get install -qq dotnet-sdk-2.1=2.1.401*" failed and exited with 100 during .

seems related to https://travis-ci.community/t/c-builds-are-failing-net-core-installation-error/3063

@mikkelbu mikkelbu force-pushed the set-DisableImplicitNuGetFallbackFolder branch from 6eefa8b to 458fbc3 Compare April 19, 2019 20:05
@mikkelbu mikkelbu changed the title Set DisableImplicitNuGetFallbackFolder for all projects Set DisableImplicitNuGetFallbackFolder and bump Ubuntu on Travis Apr 19, 2019
Copy link
Member

@ChrisMaddock ChrisMaddock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 😊

@ChrisMaddock ChrisMaddock merged commit 1ca910e into nunit:master Apr 19, 2019
@ChrisMaddock ChrisMaddock added this to the 3.11 milestone Apr 19, 2019
@mikkelbu mikkelbu deleted the set-DisableImplicitNuGetFallbackFolder branch April 20, 2019 05:07
mikkelbu added a commit to nunit/nunit that referenced this pull request Apr 21, 2019
The Linux build has started to fail in a similar manner to nunit/nunit-console#611, so we bump the Ubuntu version.
ChrisMaddock pushed a commit to nunit/nunit that referenced this pull request Apr 21, 2019
The Linux build has started to fail in a similar manner to nunit/nunit-console#611, so we bump the Ubuntu version.
@@ -9,6 +9,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Commandlineparameters>nunit.engine.tests.dll -process:Single</Commandlineparameters>
<LangVersion>7</LangVersion>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could think about putting these repeated elements in src/Directory.Build.props.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange coincidence. I was thinking the same during a long run today, but I could not remember whether we had such a file in this repo, and then I forgot all about it again :).

mikkelbu added a commit to mikkelbu/nunit-console that referenced this pull request May 25, 2019
@mikkelbu mikkelbu mentioned this pull request May 25, 2019
ChrisMaddock pushed a commit that referenced this pull request May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants