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
This commit is contained in:
Stuart Saltzman
2018-01-18 16:02:30 -05:00
committed by Tom Pallister
parent 24870b1a83
commit 9c048ba615
4 changed files with 11 additions and 2 deletions
+4 -1
View File
@@ -248,4 +248,7 @@ test/Ocelot.AcceptanceTests/configuration.json
# Read the docstates
_build/
_static/
_templates/
_templates/
# JetBrains Rider
.idea/
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
./build.sh --target RunAcceptanceTests
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
./build.sh --target RunUnitTests
+1 -1
View File
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.23.0" />
<package id="Cake" version="0.25.0" />
</packages>