File tree Expand file tree Collapse file tree
samples/AfterBlazorServerSide Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM squidfunk/mkdocs-material:9.7.1
22
3- RUN \
4- apk add --no-cache \
5- git \
6- git-fast-import \
7- openssh \
3+ RUN apk add --no-cache \
4+ git \
5+ git-fast-import \
6+ openssh \
7+ && apk add --no-cache --virtual .build gcc musl-dev \
88 && pip install --no-cache-dir \
9- 'markdown-include' \
10- 'mike' \
11- 'mkdocs-exclude' \
12- 'mkdocs-macros-plugin' \
13- 'mkdocs-git-revision-date-localized-plugin' \
9+ 'markdown-include==0.5.1 ' \
10+ 'mike==1.1.2 ' \
11+ 'mkdocs-exclude==1.0.2 ' \
12+ 'mkdocs-macros-plugin==0.5.12 ' \
13+ && apk del .build gcc musl-dev \
1414 && rm -rf /tmp/*
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ EXPOSE 443
77
88FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
99WORKDIR /src
10+ COPY ["Directory.Build.props" , "./" ]
1011COPY ["samples/AfterBlazorServerSide/AfterBlazorServerSide.csproj" , "samples/AfterBlazorServerSide/" ]
1112COPY ["src/BlazorWebFormsComponents/BlazorWebFormsComponents.csproj" , "src/BlazorWebFormsComponents/" ]
1213COPY ["samples/SharedSampleObjects/SharedSampleObjects.csproj" , "samples/SharedSampleObjects/" ]
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master /src/NerdBank.GitVersioning/version.schema.json" ,
2+ "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main /src/NerdBank.GitVersioning/version.schema.json" ,
33 "version" : " 0.13" ,
44 "publicReleaseRefSpec" : [
55 " ^refs/heads/master$" ,
You can’t perform that action at this time.
0 commit comments