Skip to content

Adding example prescription export. Fixing null reference exception… #49

Adding example prescription export. Fixing null reference exception…

Adding example prescription export. Fixing null reference exception… #49

Workflow file for this run

name: CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET Core SDK '8.0'
uses: actions/[email protected]
with:
dotnet-version: '8.0'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build ./ISOv4Plugin/ISOv4Plugin.csproj -c Release -f netstandard2.0 --no-restore