mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.3.0
This commit is contained in:
parent
4a94e50470
commit
dd8f6c5bb4
1 changed files with 4 additions and 0 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue