Skip to content

Move editor libs to library; detect NetTopologySuite #14

Move editor libs to library; detect NetTopologySuite

Move editor libs to library; detect NetTopologySuite #14

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Restore
run: dotnet restore Ivy.StackAnalyzer.slnx
- name: Build
run: dotnet build Ivy.StackAnalyzer.slnx -c Release --no-restore
- name: Test
run: dotnet test Ivy.StackAnalyzer.slnx -c Release --no-build