This commit is contained in:
Empathic Qubit 2021-05-16 11:26:32 -04:00
parent 83a8806b91
commit 401ecb1330

28
.github/workflows/windows.yml vendored Normal file
View file

@ -0,0 +1,28 @@
name: Windows
on:
push:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
name: Checkout Code
- name: Setup MSBuild Path
uses: warrenbuckley/Setup-MSBuild@v1
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.2
- name: Restore NuGet Packages
run: nuget restore EmpathicQbt.ConsoleServer.sln
- name: Build and Publish Web App
run: msbuild EmpathicQbt.ConsoleServer.sln /p:Configuration=Release