Update to version 0.3.0

This commit is contained in:
GitHub Actions 2025-12-02 15:04:45 +00:00
parent 4a94e50470
commit dd8f6c5bb4

View file

@ -15,6 +15,10 @@ options=('!strip')
build() {
cd "CrossMacro-${pkgver}"
# Skip workload integrity check - resolves AUR build errors
# CrossMacro doesn't use any special workloads (MAUI, Blazor, etc.)
export DOTNET_SKIP_WORKLOAD_INTEGRITY_CHECK=1
dotnet restore
dotnet publish src/CrossMacro.UI/CrossMacro.UI.csproj \
-c Release \