-
Notifications
You must be signed in to change notification settings - Fork 194
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
chore: An integration test for F# #2608
Conversation
psfinaki
commented
Jul 25, 2023
- This fixes a hard crash happening currently for F# projects and adds an integration test to keep an eye on that.
- The integration test basically just verifies no crash and only runs on Ubuntu to save the pipeline resources.
- Also, a couple of small things
Alright, as of now this only works on Windows. I don't have a Linux machine but the things seem to work in docker... weird. |
Okay folks so I managed to reproduce it on WSL, indeed things break on Linux (and MacOS respectively). Most probably it's related to some wrong I'd get back to that since I'll be definitely accessing |
Hm now seems like something happened to the pipeline - artifacts are not published. This seems to be unrelated... |
Looks like myget is gone: MyGet/MyGetDocs#143 Crap I fixed it by moving to a different nuget host |
@rouke-broersma thanks for the prompt fix! Yeah apparently this PR is hitting all kinds of obstacles, now flaky tests, again unrelated :D |
Okay so this is green again - can this go in? |