Skip to content

Bump path-to-regexp and express in /minecraft/minecraftbot #79

Bump path-to-regexp and express in /minecraft/minecraftbot

Bump path-to-regexp and express in /minecraft/minecraftbot #79

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core 3.1.101
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build with dotnet
run: find . -type f \( -iname "*.csproj" \) | xargs -n1 dotnet build