Skip to content

Commit 424331f

Browse files
committed
main.yml: set WasmStripILAfterAOT=false for now until dotnet/runtime#92238 is fixed.
1 parent 3190c42 commit 424331f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Publish .NET Project
3434
run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -o release --nologo
3535
- name: Publish .NET Project
36-
run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -p:RunAOTCompilation=true -p:WasmStripILAfterAOT=true -o release-aot --nologo
36+
run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -p:RunAOTCompilation=true -p:WasmStripILAfterAOT=false -o release-aot --nologo
3737
- name: test
3838
run: ls -la release-aot/wwwroot && pwd
3939
- name: Fix base path for Blazor AOT app

0 commit comments

Comments
 (0)