Skip to content

fixed unstable

fixed unstable #141

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
Launcher:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
- name: Restore packages
run: msbuild /t:restore RTCLauncher.sln
- name: Build with MSBuild
run: msbuild RTCLauncher.sln