Skip to content

Apply filter and geometry convertion on copy #349

Apply filter and geometry convertion on copy

Apply filter and geometry convertion on copy #349

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: windows-latest
name: Code analysis and tests
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build solution
run: dotnet build Geodatenbezug.sln -c Release /warnaserror
- name: Run tests
run: dotnet test Geodatenbezug.sln -c Release --no-build --verbosity normal --settings ./Geodatenbezug.Test/test.runsettings