We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce20e74 commit 6fbb6f9Copy full SHA for 6fbb6f9
Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
COPY ./*.sln ./NuGet.Config ./
5
COPY ./src/*.props ./src/
6
COPY ./tests/*.props ./tests/
7
-COPY ./packages/* ./packages/
+COPY ./build/packages/* ./build/packages/
8
COPY ./docker/docker-compose.dcproj ./docker/
9
10
# Copy the main source project files
NuGet.Config
@@ -3,6 +3,6 @@
3
<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>
packages/.gitignore renamed to build/packages/.gitignore
0 commit comments