Skip to content

Added support for the new solution format (slnx) to L10n.BuildTasks #14

Added support for the new solution format (slnx) to L10n.BuildTasks

Added support for the new solution format (slnx) to L10n.BuildTasks #14

Workflow file for this run

name: C# tests
on:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0'
- name: Run tests
run: dotnet test MN.L10n.Tests