Skip to content

[ImgBot] Optimize images #136

[ImgBot] Optimize images

[ImgBot] Optimize images #136

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/[email protected]
- name: Restore packages
run: msbuild /t:restore RTCLauncher.sln
- name: Build with MSBuild
run: msbuild RTCLauncher.sln