Skip to content

Remove hardcoded server constants and use parsed constants from Server.m2d / constants.xml #666

Remove hardcoded server constants and use parsed constants from Server.m2d / constants.xml

Remove hardcoded server constants and use parsed constants from Server.m2d / constants.xml #666

Workflow file for this run

name: Test Maple2
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9
- name: Test
run: dotnet test -c Release