We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3190c42 commit 424331fCopy full SHA for 424331f
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Publish .NET Project
34
run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -o release --nologo
35
36
- 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
37
- name: test
38
run: ls -la release-aot/wwwroot && pwd
39
- name: Fix base path for Blazor AOT app
0 commit comments