Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f2calv/cas_pipelines
Azure DevOps Pipelines YAML Template repository for .NET/NuGet/Docker/Helm/etc... builds/deployments.
https://github.com/f2calv/cas_pipelines
azure-devops azure-devops-agent azure-devops-pipelines docker dotnet-core helm
Last synced: 2 months ago
JSON representation
Azure DevOps Pipelines YAML Template repository for .NET/NuGet/Docker/Helm/etc... builds/deployments.
- Host: GitHub
- URL: https://github.com/f2calv/cas_pipelines
- Owner: f2calv
- License: mit
- Created: 2020-06-06T12:13:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T19:11:45.000Z (about 2 years ago)
- Last Synced: 2023-03-02T21:23:03.678Z (almost 2 years ago)
- Topics: azure-devops, azure-devops-agent, azure-devops-pipelines, docker, dotnet-core, helm
- Language: PowerShell
- Size: 85.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure DevOps YAML Templates Repository
Shared YAML template library used by my open-source projects, for more information see [Resources in YAML Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/resources?view=azure-devops&tabs=schema#define-a-repositories-resource).
These templates cover a number of common tasks, including;
- .NET build/test/pack/push
- Container image builds/maintenance
- Helm Chart publish to Azure Container Registry (ACR)Note: Be aware that I run a lot of builds from a [self-hosted agent under Docker](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-linux?view=azure-devops), so the YAML templates may skip common steps like 'install dependency X.Y.Z' because my agent image will already have that dependency installed.
## Other Resources
- [Azure DevOps YAML schema reference](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema)
- [My GitHub Actions Reusable Workflows](https://github.com/f2calv/gha-workflows)