This is an example terraform project with Pester testing and a devcontainer.
- Classic pipeline
- Pipeline utilizing the devcontainer
- Pipeline utilizing the devcontainer with caching
docker run `
-e AZURE_DEVOPS_EXT_PAT=$env:AZDO_PERSONAL_ACCESS_TOKEN `
-e AZDO_PERSONAL_ACCESS_TOKEN=$env:AZDO_PERSONAL_ACCESS_TOKEN `
-e AZDO_ORG_SERVICE_URL=$env:AZDO_ORG_SERVICE_URL `
--entrypoint /opt/microsoft/powershell/7/pwsh `
-v <host/source/directory>:/src `
--workdir /src `
devcontainer `
-c Invoke-Pester