Skip to content

Setup automatic builds on push using the pr-build.yml workflow. #5

Setup automatic builds on push using the pr-build.yml workflow.

Setup automatic builds on push using the pr-build.yml workflow. #5

Workflow file for this run

name: Tests
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Build
shell: pwsh
run: |
dotnet restore
MSBuild.exe AssetEditor.sln