Created
October 11, 2019 15:32
-
-
Save cwoolum/f22955cb6c2f6db7dc5a1336c3853fca to your computer and use it in GitHub Desktop.
Build with service containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources: | |
containers: | |
- container: nuget | |
image: cwoolum/thin-nuget-proxy | |
ports: | |
- 8080:80 | |
env: | |
MIRROR__ACCESSTOKEN: $(System.AccessToken) | |
MIRROR__PACKAGESOURCE: "https://pkgs.dev.azure.com/mypackages/_packaging/mypackages/nuget/v3/index.json" | |
trigger: | |
branches: | |
include: | |
- master | |
- release/* | |
stages: | |
- stage: Build | |
displayName: Build stage | |
jobs: | |
# Do some build stuff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment