Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Added an2 serialization code #189

Added an2 serialization code

Added an2 serialization code #189

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore --output "_out"
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: MafiaToolkit
path: _out