We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942d4fe commit bebe151Copy full SHA for bebe151
Dockerfile
@@ -1,6 +1,8 @@
1
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
2
WORKDIR /src
3
4
+ENV CI=true
5
+
6
COPY . .
7
8
RUN dotnet restore docs/CodeBeam.MudBlazor.Extensions.Docs.Wasm/CodeBeam.MudBlazor.Extensions.Docs.Wasm.csproj
0 commit comments