Skip to content

Commit 6fbb6f9

Browse files
committed
Move nuget packages folder to the build folder
1 parent ce20e74 commit 6fbb6f9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44
COPY ./*.sln ./NuGet.Config ./
55
COPY ./src/*.props ./src/
66
COPY ./tests/*.props ./tests/
7-
COPY ./packages/* ./packages/
7+
COPY ./build/packages/* ./build/packages/
88
COPY ./docker/docker-compose.dcproj ./docker/
99

1010
# Copy the main source project files

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<packageSources>
44
<add key="Foundatio" value="https://f.feedz.io/foundatio/foundatio/nuget/index.json" />
55
<add key="Exceptionless" value="https://f.feedz.io/exceptionless/exceptionless/nuget/index.json" />
6-
<add key="Local" value="packages" />
6+
<add key="Local" value="build/packages" />
77
</packageSources>
88
</configuration>
File renamed without changes.

0 commit comments

Comments
 (0)