Skip to content

Improve CI process #304

Closed
Closed
@clairernovotny

Description

@clairernovotny

As a follow up from #221, creating an issue to track this.

The build process today appears to use Travis CI with Mono and xbuild. xbuild is not the most accurate way to build .NET libraries and has many shortcomings.

The current best way to build libraries for .NET (especially if you want to target .NET Standard for .NET Core support) is via MSBuild.

There are many options, but here's a few:

  1. use your own build agent but ensure you have VS 2015 Update 3 Community Edition. You'll likely also want to have the .NET Core tools installed.
  2. Use AppVeyor for CI as they have free plans for OSS projects. They have maintained images that have current software on them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions