You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,15 +111,13 @@ Please find a fully functioning sample application under [./samples/GiraffeDotLi
111
111
112
112
## Nightly builds and NuGet feed
113
113
114
-
All official Giraffe packages are published to the official and public NuGet feed.
114
+
All official release packages are published to the official and public NuGet feed.
115
115
116
-
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:
116
+
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).
117
117
118
-
```
119
-
https://ci.appveyor.com/nuget/giraffe-dotliquid
120
-
```
118
+
These packages are being tagged with the Workflow's run number as the package version.
121
119
122
-
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.
120
+
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.
0 commit comments