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)