[M] Rename dotnet-desktop.yml to aquamai.yml

This commit is contained in:
Azalea
2024-02-06 22:17:21 -08:00
committed by GitHub
parent 870ca6cd7f
commit 21be74fb05

22
.github/workflows/aquamai.yml vendored Normal file
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