Skip to content

tons of merge changes #85

tons of merge changes

tons of merge changes #85

name: Latest
on:
pull_request:
types: [opened, reopened]
push:
branches: [ "uncreated-networking-cleanup" ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'uncreated-networking-cleanup'
- name: SetupDotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x.x'
- name: Build
run: dotnet build "./UncreatedWarfare/UncreatedWarfare.csproj" --configuration Release "/p:IsInGitHubActions=True"