Skip to content

Bump TaleSpire.SetInjectionFlagPlugin from 2.4.3 to 2.5.0 #13

Bump TaleSpire.SetInjectionFlagPlugin from 2.4.3 to 2.5.0

Bump TaleSpire.SetInjectionFlagPlugin from 2.4.3 to 2.5.0 #13

Workflow file for this run

name: Checks Builds on PR
on: [pull_request]
jobs:
Build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Nuget
uses: nuget/setup-nuget@v1
- name: Checkout
uses: actions/checkout@v2
- name: build and publish
run: |
cd MoreDicePlugin
dotnet restore IncreaseDiceLimit.csproj
dotnet build IncreaseDiceLimit.csproj --configuration Release