Created
July 16, 2020 17:52
-
-
Save yringler/d38332217a0a34b246f165e0d89e8d6b to your computer and use it in GitHub Desktop.
Clone, setup, and build distributed cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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