wallymathieu / assertfail

https://assertfail.gewalli.se
MIT License
2 stars 2 forks source link

GitHub Actions for NuGet packages #117

Open wallymathieu opened 1 year ago

wallymathieu commented 1 year ago

https://dusted.codes/github-actions-for-dotnet-core-nuget-packages

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry

https://samlearnsazure.blog/2021/08/08/consuming-a-nuget-package-from-github-packages/

In order to consume preview packages from fsprojects:

dotnet nuget add source https://nuget.pkg.github.com/fsprojects/index.json --name fsprojects --username $your-github-username --password $your-personal-access-token