Skip to content

Commit

Permalink
Fix Blazor server build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrastegari committed Oct 30, 2023
1 parent 0bd6555 commit 381a3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: 18

- name: Build
run: dotnet build src/Client/Web/Bit.Fluent.Player.Client.Web.csproj -p:Configuration=Release -p:WebAppDeploymentType="${{ env.WEB_APP_DEPLOYMENT_TYPE }}"
run: dotnet build src/Client/Web/Bit.Fluent.Player.Client.Web.csproj -p:BlazorMode=BlazorServer -p:Configuration=Release -p:WebAppDeploymentType="${{ env.WEB_APP_DEPLOYMENT_TYPE }}"

build_blazor_hybrid_android:
name: build blazor hybrid (android)
Expand Down

0 comments on commit 381a3e1

Please sign in to comment.