Work on test pipeline for auth

This commit is contained in:
Layla 2020-05-09 23:48:14 -04:00
parent 4d551a3bfc
commit 9b1a6fa279
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -17,9 +17,11 @@ jobs:
with:
dotnet-version: '3.1.100'
- name: Install Packages
working-directory: authorizer
run: |
dotnet add package StackExchange.Redis --version 2.1.39 --source https://www.myget.org/F/stackoverflow/api/v3/index.json
- name: Build
working-directory: authorizer
run: |
dotnet build --configuration Release
- name: Push Tag to Docker Hub