We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--store-password-in-clear-text
1 parent 294e22c commit e40989bCopy full SHA for e40989b
Dockerfile
@@ -10,7 +10,7 @@ COPY Gateway.* ./Gateway/
10
COPY Api.* ./Api/
11
12
# 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
+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
14
15
# Restore NuGet packages from both sources
16
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