Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 696 Bytes

File metadata and controls

20 lines (14 loc) · 696 Bytes

Azure DevOps Pipelines .NET Agent docker image

Build Status

Docker image which can be used to build Azure Pipelines .NET workloads running on i.e. in a AKS cluster.

Installed SDKs

  • .NET 6
  • .NET 7
  • .NET 8
  • Azure CLI
  • Node LTS

Environment variables

  • AZP_TOKEN - Azure DevOps PAT used to register agent
  • AZP_URL - Azure DevOps org base url
  • AZP_POOL - Azure Pipelines Agent pool to register with.
  • AZP_ARGS- Optional variable for arguments to the build agent i.e. --once.