Skip to content

Commit

Permalink
Merge pull request #6 from github/replace-submodule-with-nuget-package
Browse files Browse the repository at this point in the history
Fix docker file after submodule is removed
  • Loading branch information
caol-ila authored Aug 4, 2023
2 parents 941e629 + ef79760 commit f4e550f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
WORKDIR /src

COPY ["/KustoSchemaCLI/KustoSchemaCLI.csproj", "KustoSchemaCLI/"]
COPY ["/KustoSchemaTools/KustoSchemaTools/KustoSchemaTools.csproj", "KustoSchemaTools/"]
RUN dotnet restore "KustoSchemaCLI/KustoSchemaCLI.csproj"
COPY . .

Expand Down

0 comments on commit f4e550f

Please sign in to comment.