Skip to content

Commit d74a6e5

Browse files
authored
Fix Blazor Wasm.Performance benchmarks build (#64148)
It currently runs into a known issue with fingerprinting that is fixed in 10.0 RTM. Disabling fingerprinting for now as a workaround.
1 parent 8c687fc commit d74a6e5

File tree

1 file changed

+1
-1
lines changed
  • src/Components/benchmarkapps/Wasm.Performance

1 file changed

+1
-1
lines changed

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN git init \
2525

2626
RUN ./restore.sh
2727
RUN npm run build
28-
RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj
28+
RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj -p:BlazorFingerprintBlazorJs=false
2929
RUN chmod +x /app/Wasm.Performance.Driver
3030

3131
WORKDIR /app

0 commit comments

Comments
 (0)