Skip to content

Merge branch 'master' of https://github.com/Knastoron/Robo-Rockets #2

Merge branch 'master' of https://github.com/Knastoron/Robo-Rockets

Merge branch 'master' of https://github.com/Knastoron/Robo-Rockets #2

Workflow file for this run

name: CI on reference Oxygen Not Included assemblies
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
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:GameLibsFolder="../Lib"