Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicofilips/dotnet-pipeline-template
This is a .Net 8 Template Pipeline to integrate as "external workflow" into other Tools. It covers build, unittesting, packing and deploying to nuget.org ✨🚀
https://github.com/nicofilips/dotnet-pipeline-template
dotnet8 external-workflow nuget pipeline unittesting
Last synced: 3 months ago
JSON representation
This is a .Net 8 Template Pipeline to integrate as "external workflow" into other Tools. It covers build, unittesting, packing and deploying to nuget.org ✨🚀
- Host: GitHub
- URL: https://github.com/nicofilips/dotnet-pipeline-template
- Owner: NicoFilips
- License: mit
- Created: 2024-03-14T08:55:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T09:37:00.000Z (9 months ago)
- Last Synced: 2024-10-14T03:02:47.675Z (3 months ago)
- Topics: dotnet8, external-workflow, nuget, pipeline, unittesting
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## About the Repository 📖
This repository is a comprehensive collection of design pattern examples in C#. It's intended for developers looking to deepen their understanding of design patterns and apply them in real-world software development. The patterns covered include Creational, Structural, and Behavioral patterns, providing a wide range of solutions to common software design challenges.
## Features 🚀
To integrate this pipeline into your Tools - create a dotnet.yml in your github/workflows folder and copy this code:
```
name: NicoFilips-template-pipeline(build/test/publish/DeployNuget)on:
push:
branches:
- main
workflow_dispatch:jobs:
call-template-workflow:
uses: NicoFilips/dotnet-pipeline-template/.github/workflows/dotnet-pipeline-template.yml@main
with:
publish: true
```
Then you can checkout the pipeline in this repository to use it in your own!## Support 🆘
If you encounter any issues or have questions, [open an issue](link-to-issues) on our GitHub page.
## Contributing 👥
Contributions are welcome! If you have a design pattern example to add or improvements to suggest, please check out our [Contributing Guidelines](link-to-CONTRIBUTING.md).
## License 📄
This repository is released under the [MIT License](link-to-LICENSE).