Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aelij/azure-pipelines-template-parser

Azure DevOps pipelines yaml parser
https://github.com/aelij/azure-pipelines-template-parser

azure-devops azure-pipelines

Last synced: about 2 months ago
JSON representation

Azure DevOps pipelines yaml parser

Awesome Lists containing this project

README

        

# Azure Pipelines Template Parser

## Building

1. Install the .NET 6 SDK
1. Download the [Azure Pipelines agent](https://github.com/microsoft/azure-pipelines-agent/releases) and unzip it into the directory `pipelineagent` under the repo root (there should be a `bin` directory directly under it)
1. Compile using VS or `dotnet build`

## Running

```
dotnet run --project src\TemplateParser --root --yaml --output
```

Make sure all dependent templates are in the root directory