Skip to content

Bump TaleSpire from 0.0.10 to 0.0.13 #16

Bump TaleSpire from 0.0.10 to 0.0.13

Bump TaleSpire from 0.0.10 to 0.0.13 #16

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