File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 9292 run : dotnet workload install wasm-tools
9393
9494 - name : Publish app
95- run : dotnet publish src/BlazingTrains/BlazingTrains.csproj -c Release
95+ run : dotnet publish src/BlazingTrains/BlazingTrains.csproj -c Release -p:PublishIISAssets=false
9696
9797 - name : GitHub Pages
9898 if : success()
Original file line number Diff line number Diff line change 88
99 <BlazorEnableTimeZoneSupport >false</BlazorEnableTimeZoneSupport >
1010 <BlazorWebAssemblyPreserveCollationData >false</BlazorWebAssemblyPreserveCollationData >
11+ <InvariantGlobalization >true</InvariantGlobalization >
12+ <PublishTrimmed >true</PublishTrimmed >
13+ <RunAOTCompilation >true</RunAOTCompilation >
1114 </PropertyGroup >
1215
1316 <!-- In debug, make builds faster by reducing optimizations -->
You can’t perform that action at this time.
0 commit comments