Skip to content

Add AuthenticationRequests table #144

Add AuthenticationRequests table

Add AuthenticationRequests table #144

Workflow file for this run

name: Build Server
on:
push
jobs:
Build-Library:
name: Build library
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Build
run: dotnet build --configuration Release src/server/