Skip to content

Commit

Permalink
Move nuget packages folder to the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Mar 5, 2023
1 parent ce20e74 commit 6fbb6f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY ./*.sln ./NuGet.Config ./
COPY ./src/*.props ./src/
COPY ./tests/*.props ./tests/
COPY ./packages/* ./packages/
COPY ./build/packages/* ./build/packages/
COPY ./docker/docker-compose.dcproj ./docker/

# Copy the main source project files
Expand Down
2 changes: 1 addition & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<packageSources>
<add key="Foundatio" value="https://f.feedz.io/foundatio/foundatio/nuget/index.json" />
<add key="Exceptionless" value="https://f.feedz.io/exceptionless/exceptionless/nuget/index.json" />
<add key="Local" value="packages" />
<add key="Local" value="build/packages" />
</packageSources>
</configuration>
File renamed without changes.

0 comments on commit 6fbb6f9

Please sign in to comment.