From 9c048ba615a726df54459211b6f300d71148cd4a Mon Sep 17 00:00:00 2001 From: Stuart Saltzman Date: Thu, 18 Jan 2018 16:02:30 -0500 Subject: [PATCH] fix/#98 - command line build on mac (#203) * Cake v0.25.0; git ignore .idea/ directory * revert cake to upstream * revert src/Ocelot/Middleware/OcelotMiddlewareExtensions.cs * comments --- .gitignore | 5 ++++- run-acceptance-tests.sh | 3 +++ run-unit-tests.sh | 3 +++ tools/packages.config | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100755 run-acceptance-tests.sh create mode 100755 run-unit-tests.sh diff --git a/.gitignore b/.gitignore index 9340cd0d..0f60ca3d 100644 --- a/.gitignore +++ b/.gitignore @@ -248,4 +248,7 @@ test/Ocelot.AcceptanceTests/configuration.json # Read the docstates _build/ _static/ -_templates/ \ No newline at end of file +_templates/ + +# JetBrains Rider +.idea/ \ No newline at end of file diff --git a/run-acceptance-tests.sh b/run-acceptance-tests.sh new file mode 100755 index 00000000..e05baea1 --- /dev/null +++ b/run-acceptance-tests.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +./build.sh --target RunAcceptanceTests \ No newline at end of file diff --git a/run-unit-tests.sh b/run-unit-tests.sh new file mode 100755 index 00000000..da848514 --- /dev/null +++ b/run-unit-tests.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +./build.sh --target RunUnitTests \ No newline at end of file diff --git a/tools/packages.config b/tools/packages.config index 747e13e6..e52a2c7e 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -1,4 +1,4 @@ - +