Skip to content

Commit

Permalink
Fix it again
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Jun 18, 2024
1 parent 54f3290 commit ef944af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ARG NUGET_ACCESS_TOKEN

WORKDIR /src
# Add NuGet source
RUN dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
RUN dotnet nuget add source \
--username "${NUGET_USERNAME}" \
--password "${NUGET_ACCESS_TOKEN}" \
Expand Down
1 change: 1 addition & 0 deletions sources/MadWorldNL.HomeFriend.Clients.Portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ARG NUGET_ACCESS_TOKEN

WORKDIR /src
# Add NuGet source
RUN dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
RUN dotnet nuget add source \
--username "${NUGET_USERNAME}" \
--password "${NUGET_ACCESS_TOKEN}" \
Expand Down

0 comments on commit ef944af

Please sign in to comment.