File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Web Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 dotnet build AdminPanel/src/Client/AdminPanel.Client.Web/AdminPanel.Client.Web.csproj -t:BeforeBuildTasks -p:Version="${{ vars.APP_VERSION}}" --no-restore -c Release
7878
7979 - name : Publish
80- run : dotnet publish AdminPanel/src/Server/AdminPanel.Server.Web/AdminPanel.Server.Web.csproj -c Release -r linux-x64 -o ${{env.DOTNET_ROOT}}/server -p:Version="${{ vars.APP_VERSION}}" -p:WasmEnableSIMD=false
80+ run : dotnet publish AdminPanel/src/Server/AdminPanel.Server.Web/AdminPanel.Server.Web.csproj -c Release -r linux-x64 -o ${{env.DOTNET_ROOT}}/server -p:Version="${{ vars.APP_VERSION}}"
8181
8282 - name : Upload server artifact
8383 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 7171 dotnet build SalesModule/src/Client/SalesModule.Client.Web/SalesModule.Client.Web.csproj -t:BeforeBuildTasks -p:Version="${{ vars.APP_VERSION}}" -p:InvariantGlobalization=true --no-restore -c Release
7272
7373 - name : Publish
74- run : dotnet publish SalesModule/src/Server/SalesModule.Server.Web/SalesModule.Server.Web.csproj -c Release -r linux-x64 -o ${{env.DOTNET_ROOT}}/server -p:Version="${{ vars.APP_VERSION}}" -p:InvariantGlobalization=true -p:WasmEnableSIMD=false
74+ run : dotnet publish SalesModule/src/Server/SalesModule.Server.Web/SalesModule.Server.Web.csproj -c Release -r linux-x64 -o ${{env.DOTNET_ROOT}}/server -p:Version="${{ vars.APP_VERSION}}" -p:InvariantGlobalization=true
7575
7676 - name : Upload server artifact
7777 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 7373 dotnet build TodoSample/src/Client/TodoSample.Client.Web/TodoSample.Client.Web.csproj -t:BeforeBuildTasks -p:Version="${{ vars.APP_VERSION}}" --no-restore -c Release
7474
7575 - name : Publish
76- run : dotnet publish TodoSample/src/Server/TodoSample.Server.Web/TodoSample.Server.Web.csproj -c Release -r linux-x64 -o ${{env.DOTNET_ROOT}}/server -p:Version="${{ vars.APP_VERSION}}" -p:WasmEnableSIMD=false
76+ run : dotnet publish TodoSample/src/Server/TodoSample.Server.Web/TodoSample.Server.Web.csproj -c Release -r linux-x64 -o ${{env.DOTNET_ROOT}}/server -p:Version="${{ vars.APP_VERSION}}"
7777
7878 - name : Upload server artifact
7979 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1111 <BlazorCacheBootResources >false</BlazorCacheBootResources >
1212 <StaticWebAssetProjectMode >Default</StaticWebAssetProjectMode >
1313 <!-- /+:msbuild-conditional:noEmit -->
14- <!-- If you need support for older browsers, uncomment this. < WasmEnableSIMD>false</WasmEnableSIMD> -- >
14+ <WasmEnableSIMD >false</WasmEnableSIMD >
1515 <WasmStripILAfterAOT Condition =" '$(offlineDb)' == 'false'" >true</WasmStripILAfterAOT >
1616 <WasmBuildNative Condition =" '$(offlineDb)' == 'true' OR '$(offlineDb)' == ''" >true</WasmBuildNative >
1717 <!-- /-:msbuild-conditional:noEmit -->
You can’t perform that action at this time.
0 commit comments