We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f891d0 commit be1f5d2Copy full SHA for be1f5d2
.github/workflows/build.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
+ submodules: recursive
21
22
- name: Build
23
shell: powershell
Packaging/Build.ps1
@@ -72,7 +72,7 @@ Write-Host "Building AquaMai..." -ForegroundColor Cyan
72
Push-Location "$ProjectRoot\AquaMai"
73
try {
74
Stop-Process -Name "dotnet" -Force -ErrorAction SilentlyContinue
75
- dotnet cake
+ ./build.ps1
76
77
$TargetResDir = "$ProjectRoot\MaiChartManager\Resources"
78
if (-not (Test-Path $TargetResDir)) { New-Item -ItemType Directory -Path $TargetResDir }
0 commit comments