From d80c4e2de24c2efac1df23d697358f4cc05732b7 Mon Sep 17 00:00:00 2001 From: TomPallister Date: Wed, 12 Oct 2016 20:45:29 +0100 Subject: [PATCH] apveyor yaml --- appveyor.yml | 3 +++ src/Ocelot.Library/Middleware/AuthenticationMiddleware.cs | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..efa27b50 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,3 @@ +version: 1.0.{build} +build: + verbosity: minimal \ No newline at end of file diff --git a/src/Ocelot.Library/Middleware/AuthenticationMiddleware.cs b/src/Ocelot.Library/Middleware/AuthenticationMiddleware.cs index 21f680eb..67f11815 100644 --- a/src/Ocelot.Library/Middleware/AuthenticationMiddleware.cs +++ b/src/Ocelot.Library/Middleware/AuthenticationMiddleware.cs @@ -43,7 +43,6 @@ { await _next.Invoke(context); } - } private static bool IsAuthenticatedRoute(Response isAuthenticated)