https://github.com/redsiege/sharpcollectiontemplate
https://github.com/redsiege/sharpcollectiontemplate
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsiege/sharpcollectiontemplate
- Owner: RedSiege
- License: mit
- Created: 2023-09-26T21:30:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T21:34:17.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T03:50:21.921Z (about 1 year ago)
- Language: PowerShell
- Size: 287 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SharpCollectionTemplate
A template for quickly building .NET tooling in Azure DevOps Pipelines
---
This project was adapted from [@Flangvik](https://twitter.com/Flangvik) [SharpCollection](https://github.com/Flangvik/SharpCollection). All credit goes to Flangvik. I've just cleaned up the templates a bit and put in placeholders for you to substitute your own information.
References
* [Video overview and demonstration](https://www.youtube.com/watch?v=BbXRfMNjwg0)
* [SharpCollection JSON Template](https://gist.githubusercontent.com/Flangvik/9b6ec18a1624025fcd15cf00bca62040/raw/79a4cf52f31c11c9af077240bd038b6c459f3674/SharepCollectioJson)
* [PowerShell .NET Version Parser](https://gist.githubusercontent.com/Flangvik/c14e0387f72d111f4cbcbe27c30ca05c/raw/b229636a838fafc4a5970117e328f8840a635b11/gistfile1.txt)
## Refer to the ReadMe.md in the PiplineTemplate and ReleasePipeline directories for additional guidance on how to use this repository.