Skip to content
 
 

Repository files navigation

Travis CI template for NuGet packages built with .NET Core

A simple Travis CI configuration to build, test, and publish a NuGet package using .NET Core.

Quickstart

Install .NET Core then install this template:

dotnet new -i Syncromatics.Engineering.DX.TravisCI.NetCore

Use this template in your project's root directory:

dotnet new syncdx-travisci-netcore --projectName 'MyProject'

See what other parameters are supported in this template:

dotnet new syncdx-travisci-netcore -h

Building

Remove any shields below that do not apply

Travis NuGet NuGet Pre Release

  1. Ensure you have installed .NET Core
  2. Ensure nuget is up to date with nuget update -self
  3. Run nuget pack Syncromatics.Engineering.DX.TravisCI.NetCore.nuspec in the root directory

This will build a Syncromatics.Engineering.DX.TravisCI.NetCore.0.0.0.nupkg file that you can test locally by installing with the dotnet new command:

dotnet new -i ./Syncromatics.Engineering.DX.TravisCI.NetCore.0.0.0.nupkg

Code of Conduct

We are committed to fostering an open and welcoming environment. Please read our code of conduct before participating in or contributing to this project.

Contributing

We welcome contributions and collaboration on this project. Please read our contributor's guide to understand how best to work with us.

License and Authors

GMV Syncromatics Engineering logo GMV Syncromatics Engineering

license GitHub contributors

This software is made available by GMV Syncromatics Engineering under the MIT license.

About

Travis CI template for NuGet packages built with .NET Core

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors