Skip to content

Improve logic of how the data expiry time is reset #148

Improve logic of how the data expiry time is reset

Improve logic of how the data expiry time is reset #148

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/