Skip to content

Merge branch 'master' of https://github.com/hykilpikonna/AquaDX #2

Merge branch 'master' of https://github.com/hykilpikonna/AquaDX

Merge branch 'master' of https://github.com/hykilpikonna/AquaDX #2

Workflow file for this run

name: AquaMai Build
on:
push:
branches: [ master ]
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