Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnab-developer/greetuser

A demo app which uses GitHub package for Nuget package storage.
https://github.com/arnab-developer/greetuser

dotnet github-packages nuget

Last synced: 19 days ago
JSON representation

A demo app which uses GitHub package for Nuget package storage.

Awesome Lists containing this project

README

        

# Greet user

This package takes a user name and return a hello message for that user. It is an
example pattern to create nuget package.

https://www.nuget.org/packages/GreetUser

Workflow [`.github/workflows/ci-cd.yml`](https://github.com/Arnab-Developer/GreetUser/blob/main/.github/workflows/ci-cd.yml)

* For pull request to `main` only build and test.
* When pull request merged in `main` then push the nuget package to GitHub package.
* When a new release has been created then push the nuget package to both GitHub
package and nuget org.