Skip to content

Revert "PGP export fix" #45

Revert "PGP export fix"

Revert "PGP export fix" #45

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/checkout@v2
- name: Setup .NET Core SDK '3.1'
uses: actions/[email protected]
with:
dotnet-version: '3.1'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build ./ISOv4Plugin/ISOv4Plugin.csproj -c Release -f netstandard2.0 --no-restore