Skip to content

Fixing the direction for linux #19

Fixing the direction for linux

Fixing the direction for linux #19

name: Build and Test (Develop)
on:
push:
branches:
- '*'
- '!main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.400
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore