Create dotnet-desktop.yml

pull/6/head
Azalea 2024-02-06 22:17:02 -08:00 committed by GitHub
parent 7b9c23c203
commit 870ca6cd7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
name: AquaMai Build
on:
push:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
defaults:
run:
working-directory: ./AquaMai
steps:
- uses: actions/checkout@v4
- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1.0.2
- name: Build with MSBuild
run: msbuild.exe .\AquaMai.csproj