apveyor yaml

This commit is contained in:
TomPallister 2016-10-12 20:45:29 +01:00
parent 5492b70c87
commit d80c4e2de2
2 changed files with 3 additions and 1 deletions

3
appveyor.yml Normal file
View File

@ -0,0 +1,3 @@
version: 1.0.{build}
build:
verbosity: minimal

View File

@ -43,7 +43,6 @@
{ {
await _next.Invoke(context); await _next.Invoke(context);
} }
} }
private static bool IsAuthenticatedRoute(Response<bool> isAuthenticated) private static bool IsAuthenticatedRoute(Response<bool> isAuthenticated)