-
Notifications
You must be signed in to change notification settings - Fork 525
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
Fix native library detection - enables FAKE native library support #3593
Conversation
@@ -533,7 +539,7 @@ module InstallModel = | |||
|
|||
let removeIfCompletelyEmpty (this:InstallModel) = | |||
let foldersEmpty = | |||
isEmpty this.CompileRefFolders && isEmpty this.TargetsFileFolders && isEmpty this.RuntimeAssemblyFolders && | |||
isEmpty this.CompileRefFolders && isEmpty this.TargetsFileFolders && isEmpty this.RuntimeAssemblyFolders && isEmpty this.RuntimeLibFolders && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like this change (or the added trySscanf
) or the added tests made it go over the 60minute appveyor limit. However, we need those bugfixes so I disabled some long running tests instead.
@forki can we merge this as is?
@forki Somehow Build-Times went down again, not sure what happened. This is ready. |
The CI failure is API rate limit. I guess I started too many builds :) |
Fixes two issues to enable fsprojects/FAKE#2007:
system.data.sqlite.core
-> We will emit a warning when we detect this.
#3166 pack multitarget with p2p by tfm
to#3558 pack multitarget with p2p by tfm
#3165 pack multitarget with p2p
to#3317 pack multitarget with p2p