Add build test action

This commit is contained in:
Sardelka9515
2022-09-08 20:05:26 -07:00
committed by GitHub
parent f28c83ccbd
commit 6e8f6e78f6
2 changed files with 48 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Restore nuget packages
run: nuget restore
run: nuget restore`
- name: Build client and installer
run: dotnet build RageCoop.Client.Installer/RageCoop.Client.Installer.csproj --configuration Release -o bin/Release/Client/RageCoop
- name: Build server win-x64