Skip to content

Kurt sprint 5

Kurt sprint 5 #2

Workflow file for this run

name: .NET Build
on:
pull_request:
branches:
- dev
types:
- opened
- synchronize
- reopened
- edited
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x
- name: Build the project
run: dotnet build GameMicroServer