Skip to content

Complete project renaming: update documentation and database scripts #90

Complete project renaming: update documentation and database scripts

Complete project renaming: update documentation and database scripts #90

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.102
- name: Build with dotnet
run: dotnet build --configuration Release