Skip to content

Program.cs - Fixed CLI opening first file twice #816

Program.cs - Fixed CLI opening first file twice

Program.cs - Fixed CLI opening first file twice #816

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