moved a few things around

This commit is contained in:
TomPallister
2020-01-13 22:33:07 +00:00
parent 7377f305c2
commit fe60a97d27
7 changed files with 0 additions and 32 deletions

View File

@ -0,0 +1,24 @@
version: "3.4"
services:
tests:
build:
context: .
target: builder
volumes:
- type: bind
source: .
target: /results
command: test --logger:trx -r /results
benchmarks:
build:
context: .
target: builder
args:
build_configuration: Release
command: run -c Release --project test/Ocelot.Benchmarks/Ocelot.Benchmarks.csproj 0 1 2 3 4
manual-test:
build: .
ports: [ "5000:80" ]