From 424331f7208adcdc8d8f73e375b73e132f20d74e Mon Sep 17 00:00:00 2001
From: iSeiryu <iseiryu@gmail.com>
Date: Tue, 23 Jan 2024 18:11:40 -0500
Subject: [PATCH] main.yml: set WasmStripILAfterAOT=false for now until
 https://github.com/dotnet/runtime/issues/92238 is fixed.

---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6155d0a..f97f953 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
       - name: Publish .NET Project
         run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -o release --nologo
       - name: Publish .NET Project
-        run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -p:RunAOTCompilation=true -p:WasmStripILAfterAOT=true -o release-aot --nologo
+        run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -p:RunAOTCompilation=true -p:WasmStripILAfterAOT=false -o release-aot --nologo
       - name: test
         run: ls -la release-aot/wwwroot && pwd 
       - name: Fix base path for Blazor AOT app