Skip to content

CemuPanel.cs - Added GameDirectoryContextMenu for opening or copying … #823

CemuPanel.cs - Added GameDirectoryContextMenu for opening or copying …

CemuPanel.cs - Added GameDirectoryContextMenu for opening or copying … #823

Workflow file for this run

name: .NET
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Checkout submodules
run: |
git submodule update --init --recursive
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.1
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.6
- name: Restore NuGet Packages
run: nuget restore PCK_Studio.sln
- name: Build Solution
run: msbuild PCK_Studio.sln