started adding route authorisation

This commit is contained in:
TomPallister
2016-10-18 21:38:18 +01:00
parent cb4b000b21
commit 0221ee9ccb
11 changed files with 213 additions and 2 deletions

View File

@ -4,5 +4,7 @@ echo Building Ocelot
dotnet restore src/Ocelot
dotnet build src/Ocelot
dotnet publish src/Ocelot -o artifacts/
dotnet pack src/Ocelot/project.json --output nupkgs/