Conversation
- increase speed by bootstrapping every binsize only once - drop optional verbosity to a bearable level
Additional build configuration: Dotnet, only build the netstandard2.0 targeting projects. Additional CI target for Dotnet configuration on a Linux image on appveyor Projects now target frameworks depending on OS We now use local tools via dotnet tool manifest. No more mandatory global tools. Only Dotnet Core SDK needs to be installed. Move FAKE dependencies directly into the build script und remove dotnet-clitool dependency completely. Standard build command now is again ./build.cmd -t ... contrary to the name of the branch this was not simple and i now need a break. Squashed Commits: * Migrate to simple build * Add saveHtmlAs function for chord plots Chord * Try fix for CI * Update dependencies for BioDB (SwaggerProvider now supprts netcore, but EBI still limits the project to .NET Framework.) * travis: Move to dotnet core 3 compatible linux dist * Fix travis second attempt * Try Linux on appveyor * Try CI Fix Part 3 :( * Using sudo will sure fix CI permission problem * Try permission set on init for appveyor linux build * Try fix CI, the 4th * CI: seems like progress to me * CI: add ending slashes in build.fsx references (fsprojects/FAKE#1780) * Try CI fix #5 * Try dotnet build for linux CI? * Revamp build configurations, add conditional target frameworks to projects * Remove restore from fake chain as it gets called in the cmd/sh scripts * typofix * Remove test project from dotnet build configuration * Correct path for copying binaries built with dotnetcore configuration * Fix excluded paths for dotnet configuration again * Fix bin path for dotnet configuration again * Mono seems to need dotnet restore * MSBuild needs dotnet restore * Mono build target: only restore projects in this configuration * fix mono projects to restore * Change conditional target frameworks to be dependent on build configuration * Add test project to mono restore target * Try fic CI another time * Add test execution to mono build * Fix Mono buildChain for tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.