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 d7d791e commit 00d0df3Copy full SHA for 00d0df3
Dockerfile
@@ -20,7 +20,7 @@ RUN set -uex \
20
WORKDIR /build
21
COPY ./Directory.Build.props ./Directory.Packages.props ./
22
COPY ./Src/CSharpier.Playground/CSharpier.Playground.csproj Src/CSharpier.Playground/
23
-COPY ./Src/CSharpier/CSharpier.csproj Src/CSharpier/
+COPY ./Src/CSharpier.Core/CSharpier.Core.csproj Src/CSharpier.Core/
24
RUN dotnet restore "Src/CSharpier.Playground/CSharpier.Playground.csproj"
25
26
COPY ./Src/CSharpier.Playground/ClientApp/package.json Src/CSharpier.Playground/ClientApp/
0 commit comments