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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -579,6 +579,20 @@ You can find the original implementation here:
579
579
580
580
Huge thanks to [Suave](https://github.com/SuaveIO/suave) for letting us borrow their code and thanks to [Florian Verdonck](https://github.com/nojaf) for originally porting it to Giraffe.
581
581
582
+
## Nightly builds and NuGet feed
583
+
584
+
All official release packages are published to the official and public NuGet feed.
585
+
586
+
Nightly builds (pre-release builds from the `develop` branch) produce unofficial pre-release NuGet packages which can be pulled from the project's public NuGet feed on GitHub:
587
+
588
+
```
589
+
https://github.com/orgs/giraffe-fsharp/packages
590
+
```
591
+
592
+
These packages are being tagged with the Workflow's run number as the package version.
593
+
594
+
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