Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arnab-developer/greetuser
- Owner: Arnab-Developer
- License: mit
- Created: 2021-02-28T15:25:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T05:34:56.000Z (about 3 years ago)
- Last Synced: 2024-11-16T09:31:02.329Z (3 months ago)
- Topics: dotnet, github-packages, nuget
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.