Skip to content

Start the update to U53-640445. Quite a bit was changed, this update … #34

Start the update to U53-640445. Quite a bit was changed, this update …

Start the update to U53-640445. Quite a bit was changed, this update … #34

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"