Skip to content

Instantly share code, notes, and snippets.

@yringler
Created July 16, 2020 17:52
Show Gist options
  • Save yringler/d38332217a0a34b246f165e0d89e8d6b to your computer and use it in GitHub Desktop.
Save yringler/d38332217a0a34b246f165e0d89e8d6b to your computer and use it in GitHub Desktop.
Clone, setup, and build distributed cache
#!/bin/sh
cd /c
git clone [email protected]:yringler/distributed-middleware-cache.git
mv distributed-middleware-cache x
cd x
git checkout support-cache-auth-with-DI
git submodule init
git submodule update
dotnet build DistributedResponseCachingMiddleware
dotnet build WeatherApi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment