Skip to content

Bump cookie, express and socket.io in /minecraft.twins/minecraftbot #83

Bump cookie, express and socket.io in /minecraft.twins/minecraftbot

Bump cookie, express and socket.io in /minecraft.twins/minecraftbot #83

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