Skip to content

Merge pull request #17 from AlchlcDvl/master #145

Merge pull request #17 from AlchlcDvl/master

Merge pull request #17 from AlchlcDvl/master #145

Workflow file for this run

name: CI
on: [ "push", "pull_request" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ['6.0']
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- uses: actions/[email protected]
with:
name: MCI.dll
path: MCI/bin/Release/net6.0/MCI.dll