Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Jun 27, 2020
2 parents 319339c + 2837709 commit 0a5702b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DotLiquid templating engine http handlers for the Giraffe web framework.

[![NuGet Info](https://buildstats.info/nuget/Giraffe.DotLiquid?includePreReleases=true)](https://www.nuget.org/packages/Giraffe.DotLiquid/)

### Windows and Linux Builds
### Linux, macOS and Windows Build Status

[![Build status](https://ci.appveyor.com/api/projects/status/914030ec0lrc0vti/branch/develop?svg=true)](https://ci.appveyor.com/project/dustinmoris/giraffe-dotliquid/branch/develop)
![.NET Core](https://github.com/giraffe-fsharp/Giraffe.DotLiquid/workflows/.NET%20Core/badge.svg?branch=develop)

[![Build history](https://buildstats.info/appveyor/chart/dustinmoris/giraffe-dotliquid?branch=develop&includeBuildsFromPullRequest=false)](https://ci.appveyor.com/project/dustinmoris/giraffe-dotliquid/history?branch=develop)
[![Build history](https://buildstats.info/github/chart/giraffe-fsharp/Giraffe.DotLiquid?branch=develop&includeBuildsFromPullRequest=false)](https://github.com/giraffe-fsharp/Giraffe.DotLiquid/actions?query=branch%3Adevelop++)

## Table of contents

Expand Down Expand Up @@ -111,15 +111,13 @@ Please find a fully functioning sample application under [./samples/GiraffeDotLi

## Nightly builds and NuGet feed

All official Giraffe packages are published to the official and public NuGet feed.
All official release packages are published to the official and public NuGet feed.

Unofficial builds (such as pre-release builds from the `develop` branch and pull requests) produce unofficial pre-release NuGet packages which can be pulled from the project's public NuGet feed on AppVeyor:
Nightly builds (builds from the `develop` branch) produce unofficial pre-release packages which can be pulled from the [project's NuGet feed on GitHub](https://github.com/orgs/giraffe-fsharp/packages).

```
https://ci.appveyor.com/nuget/giraffe-dotliquid
```
These packages are being tagged with the Workflow's run number as the package version.

If you add this source to your NuGet CLI or project settings then you can pull unofficial NuGet packages for quick feature testing or urgent hot fixes.
All other builds, such as builds triggered by pull requests produce a NuGet package which can be downloaded as an artifact from the individual GitHub action.

## More information

Expand Down

0 comments on commit 0a5702b

Please sign in to comment.