From 22e2a4da1efe0b3f9a690374784b0c3b4c3f2f15 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Tue, 9 Sep 2025 14:24:53 -0400 Subject: [PATCH] ensure Radzen.Blazor static assets are included in publish output --- Oqtane.Package/release.cmd | 2 +- Oqtane.Server/wwwroot/_content/Placeholder.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Oqtane.Package/release.cmd b/Oqtane.Package/release.cmd index 8b914c90..2c725f40 100644 --- a/Oqtane.Package/release.cmd +++ b/Oqtane.Package/release.cmd @@ -20,7 +20,7 @@ rmdir /Q/S "..\Oqtane.Server\bin\Release\net9.0\publish\runtimes\iossimulator-ar rmdir /Q/S "..\Oqtane.Server\bin\Release\net9.0\publish\runtimes\iossimulator-x64" rmdir /Q/S "..\Oqtane.Server\bin\Release\net9.0\publish\runtimes\iossimulator-x86" setlocal ENABLEDELAYEDEXPANSION -set retain=Placeholder.txt +set retain=Radzen.Blazor for /D %%i in ("..\Oqtane.Server\bin\Release\net9.0\publish\wwwroot\_content\*") do ( set /A found=0 for %%j in (%retain%) do ( diff --git a/Oqtane.Server/wwwroot/_content/Placeholder.txt b/Oqtane.Server/wwwroot/_content/Placeholder.txt index 5a324d79..41905c9b 100644 --- a/Oqtane.Server/wwwroot/_content/Placeholder.txt +++ b/Oqtane.Server/wwwroot/_content/Placeholder.txt @@ -6,6 +6,3 @@ ie. /Radzen.Blazor /css /fonts - /syncfusion.blazor - /scripts - /styles