Skip to content

Remove a few windows targeting for common libs #379

Remove a few windows targeting for common libs

Remove a few windows targeting for common libs #379

Workflow file for this run

name: Dev
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.*
- name: Install dependencies
run: dotnet restore Synthesis.Bethesda.sln
- name: Build
run: dotnet build Synthesis.Bethesda.sln -c Release --no-restore
- name: Test
run: dotnet test Synthesis.Bethesda.sln -c Release --no-build