mirror of
https://github.com/MewoLab/AquaDX.git
synced 2025-12-14 11:56:15 +08:00
Create dotnet-desktop.yml
This commit is contained in:
22
.github/workflows/dotnet-desktop.yml
vendored
Normal file
22
.github/workflows/dotnet-desktop.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user