Skip to content

Move to C# 12 and rework API #19

Move to C# 12 and rework API

Move to C# 12 and rework API #19

Workflow file for this run

name: CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: dotnet build -c Debug Dexer.sln
- name: Test
run: dotnet test --no-build -c Debug Dexer.sln