Skip to content

Commit

Permalink
fix/ThreeMammals#98 - command line build on mac (ThreeMammals#203)
Browse files Browse the repository at this point in the history
* Cake v0.25.0; git ignore .idea/ directory

* revert cake to upstream

* revert src/Ocelot/Middleware/OcelotMiddlewareExtensions.cs

* comments
  • Loading branch information
stuartsaltzman authored and TomPallister committed Jan 18, 2018
1 parent 24870b1 commit 9c048ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,7 @@ test/Ocelot.AcceptanceTests/configuration.json
# Read the docstates
_build/
_static/
_templates/
_templates/

# JetBrains Rider
.idea/
3 changes: 3 additions & 0 deletions run-acceptance-tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

./build.sh --target RunAcceptanceTests
3 changes: 3 additions & 0 deletions run-unit-tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

./build.sh --target RunUnitTests
2 changes: 1 addition & 1 deletion tools/packages.config
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 9c048ba

Please sign in to comment.