mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
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:
parent
24870b1a83
commit
9c048ba615
3
.gitignore
vendored
3
.gitignore
vendored
@ -249,3 +249,6 @@ test/Ocelot.AcceptanceTests/configuration.json
|
|||||||
_build/
|
_build/
|
||||||
_static/
|
_static/
|
||||||
_templates/
|
_templates/
|
||||||
|
|
||||||
|
# JetBrains Rider
|
||||||
|
.idea/
|
3
run-acceptance-tests.sh
Executable file
3
run-acceptance-tests.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
./build.sh --target RunAcceptanceTests
|
3
run-unit-tests.sh
Executable file
3
run-unit-tests.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
./build.sh --target RunUnitTests
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Cake" version="0.23.0" />
|
<package id="Cake" version="0.25.0" />
|
||||||
</packages>
|
</packages>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user