Skip to content

Instantly share code, notes, and snippets.

@christiansparre
Created April 3, 2018 15:33
Show Gist options
  • Select an option

  • Save christiansparre/5442a1fc7ef89758d799fc07dea077d7 to your computer and use it in GitHub Desktop.

Select an option

Save christiansparre/5442a1fc7ef89758d799fc07dea077d7 to your computer and use it in GitHub Desktop.
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