Skip to content

Add Azure DevOps pipeline template#85

Merged
dennisdoomen merged 1 commit into
mainfrom
azdo-pipeline
May 16, 2026
Merged

Add Azure DevOps pipeline template#85
dennisdoomen merged 1 commit into
mainfrom
azdo-pipeline

Conversation

@dennisdoomen

@dennisdoomen dennisdoomen commented May 16, 2026

Copy link
Copy Markdown
Owner

Adds an Azure Pipelines YAML template (azure-pipelines.yaml) to the library starter kit templates.

The pipeline:

  • Triggers on PRs and pushes to main, as well as tag pushes
  • Runs on windows-latest
  • Authenticates to Azure Artifacts via NuGetAuthenticate@1
  • Executes the Nuke build script with the appropriate environment variables (BranchSpec, BuildNumber, NugetArtifactsApiKey)

The template is conditionally rendered via the {{~ if azdo ~}} guard so it only appears when the azdo option is selected during project scaffolding.

Closes #71

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dennisdoomen dennisdoomen added the enhancement New feature or request label May 16, 2026
@dennisdoomen dennisdoomen merged commit db55c19 into main May 16, 2026
1 check passed
@dennisdoomen dennisdoomen deleted the azdo-pipeline branch May 16, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the YAML pipeline to the AZDO templates

1 participant