Skip to content

Commit

Permalink
Update test-ci.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jul 14, 2024
1 parent 7bd33fb commit 0e47709
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/test-ci.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ COPY . .
# dotnet nuget add source $dir; \
# done

RUN dotnet nuget add source ./LanguageIdentification.CLD2.Native/out
RUN dotnet nuget add source ./LanguageIdentification.CLD2/out
RUN dotnet nuget add source ./LanguageIdentification.CLD3.Native/out
RUN dotnet nuget add source ./LanguageIdentification.CLD3/out
RUN dotnet nuget add source ./LanguageIdentification.FastText.Native/out
RUN dotnet nuget add source ./LanguageIdentification.FastText/out
RUN dotnet nuget add source ./LanguageIdentification.Whatlang.Native/out
RUN dotnet nuget add source ./LanguageIdentification.Whatlang/out
RUN dotnet nuget add source /src/LanguageIdentification.CLD2.Native/out
RUN dotnet nuget add source /src/LanguageIdentification.CLD2/out
RUN dotnet nuget add source /src/LanguageIdentification.CLD3.Native/out
RUN dotnet nuget add source /src/LanguageIdentification.CLD3/out
RUN dotnet nuget add source /src/LanguageIdentification.FastText.Native/out
RUN dotnet nuget add source /src/LanguageIdentification.FastText/out
RUN dotnet nuget add source /src/LanguageIdentification.Whatlang.Native/out
RUN dotnet nuget add source /src/LanguageIdentification.Whatlang/out

RUN dotnet nuget list source

Expand Down

0 comments on commit 0e47709

Please sign in to comment.