├── LICENSE ├── README.md ├── images ├── container-jobs.png ├── pipeline-lockbehavior.png ├── pipeline-options.png ├── pipeline-pool.png ├── pipeline-resources.png ├── pipeline-schedules.png ├── pipeline-stages.png └── pipeline-variables.png ├── oidc ├── README.md ├── deploy.bicep └── deploy.bicepparam └── self-hosted-agents-docker ├── README.md ├── linux ├── Dockerfile-alpine ├── Dockerfile-ubuntu-2204 └── start.sh └── windows ├── Dockerfile └── start.ps1 /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/README.md -------------------------------------------------------------------------------- /images/container-jobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/container-jobs.png -------------------------------------------------------------------------------- /images/pipeline-lockbehavior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/pipeline-lockbehavior.png -------------------------------------------------------------------------------- /images/pipeline-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/pipeline-options.png -------------------------------------------------------------------------------- /images/pipeline-pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/pipeline-pool.png -------------------------------------------------------------------------------- /images/pipeline-resources.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/pipeline-resources.png -------------------------------------------------------------------------------- /images/pipeline-schedules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/pipeline-schedules.png -------------------------------------------------------------------------------- /images/pipeline-stages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/pipeline-stages.png -------------------------------------------------------------------------------- /images/pipeline-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/images/pipeline-variables.png -------------------------------------------------------------------------------- /oidc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/oidc/README.md -------------------------------------------------------------------------------- /oidc/deploy.bicep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/oidc/deploy.bicep -------------------------------------------------------------------------------- /oidc/deploy.bicepparam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/oidc/deploy.bicepparam -------------------------------------------------------------------------------- /self-hosted-agents-docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/self-hosted-agents-docker/README.md -------------------------------------------------------------------------------- /self-hosted-agents-docker/linux/Dockerfile-alpine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/self-hosted-agents-docker/linux/Dockerfile-alpine -------------------------------------------------------------------------------- /self-hosted-agents-docker/linux/Dockerfile-ubuntu-2204: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/self-hosted-agents-docker/linux/Dockerfile-ubuntu-2204 -------------------------------------------------------------------------------- /self-hosted-agents-docker/linux/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/self-hosted-agents-docker/linux/start.sh -------------------------------------------------------------------------------- /self-hosted-agents-docker/windows/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/self-hosted-agents-docker/windows/Dockerfile -------------------------------------------------------------------------------- /self-hosted-agents-docker/windows/start.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nnellans/ado-pipelines-guide/HEAD/self-hosted-agents-docker/windows/start.ps1 --------------------------------------------------------------------------------