Skip to content

Commit

Permalink
Added nuget.config to solution folder
Browse files Browse the repository at this point in the history
  • Loading branch information
muratcakir committed Apr 25, 2022
1 parent bc22b00 commit 6374d6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ WORKDIR /app
COPY $SOLUTION ./
COPY src/ ./src
COPY test/ ./test
COPY nuget.config ./

# Create Modules dir if missing
RUN mkdir /app/src/Smartstore.Web/Modules -p -v
Expand Down
4 changes: 2 additions & 2 deletions Nano.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -----------------------------------------------------------
# Creates a Windows Docker image by building and publishing
# the source within the container. Please ensure that Docker
# Creates a Windows Docker image from an existing
# build artifact. Please ensure that Docker
# is running Windows containers.
# -----------------------------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="MiniProfiler MyGet Feed" value="https://www.myget.org/F/miniprofiler/api/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 6374d6e

Please sign in to comment.