Skip to content

Commit e40989b

Browse files
committed
add --store-password-in-clear-text option
1 parent 294e22c commit e40989b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY Gateway.* ./Gateway/
1010
COPY Api.* ./Api/
1111

1212
# Add the custom NuGet source
13-
RUN dotnet nuget add source https://nuget.pkg.github.com/trumpee/index.json --name github --username trumpee --password $NUGET_API_KEY
13+
RUN dotnet nuget add source https://nuget.pkg.github.com/trumpee/index.json --name github --username trumpee --password $NUGET_API_KEY --store-password-in-clear-text
1414

1515
# Restore NuGet packages from both sources
1616
RUN dotnet restore Gateway.sln --source "https://api.nuget.org/v3/index.json" --source "https://nuget.pkg.github.com/trumpee/index.json"

0 commit comments

Comments
 (0)