8000 GitHub can validate the template in preview mode! · peterhaneve/ONIMods@a9895d5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GitHub can validate the template in preview mode! #77

GitHub can validate the template in preview mode!

GitHub can validate the template in preview mode! #77

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:GameFolder="../Lib"
0