Skip to content

Do not disable the Mods button when quitting to the Main Menu from ga… #28

Do not disable the Mods button when quitting to the Main Menu from ga…

Do not disable the Mods button when quitting to the Main Menu from ga… #28

Workflow file for this run

name: CI on reference Oxygen Not Included assemblies
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
- name: NuGet Restore
run: msbuild -t:restore -property:Configuration=Release
- name: Build project
run: msbuild -t:rebuild -property:Configuration=Release -property:GameFolderActive="../Lib"