Created
April 3, 2018 15:33
-
-
Save christiansparre/5442a1fc7ef89758d799fc07dea077d7 to your computer and use it in GitHub Desktop.
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
| version: '3' | |
| services: | |
| vstsdockerbuild.tests: | |
| environment: | |
| - BLOWUP | |
| image: vstsdockerbuild.tests | |
| build: | |
| context: . | |
| dockerfile: tests/VstsDockerBuild.Tests/Dockerfile | |
| entrypoint: dotnet test --logger trx --results-directory /var/temp | |
| volumes: | |
| - /opt/vsts/work/_temp:/var/temp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment