From faf433f644c9243261de5c6208794ed23918c55e Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 18 Jun 2019 13:51:04 +0900 Subject: [PATCH] Fix build --- BTCPayServer.Tests/Dockerfile | 2 +- arm32v7.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Tests/Dockerfile b/BTCPayServer.Tests/Dockerfile index 0def4b5a7..2f369b9fc 100644 --- a/BTCPayServer.Tests/Dockerfile +++ b/BTCPayServer.Tests/Dockerfile @@ -5,7 +5,7 @@ ENV LC_ALL en_US.UTF-8 ENV LANG en_US.UTF-8 WORKDIR /source -COPY Common.csproj Common.csproj +COPY Build/Common.csproj Build/Common.csproj COPY BTCPayServer/BTCPayServer.csproj BTCPayServer/BTCPayServer.csproj COPY BTCPayServer.Common/BTCPayServer.Common.csproj BTCPayServer.Common/BTCPayServer.Common.csproj COPY BTCPayServer.Rating/BTCPayServer.Rating.csproj BTCPayServer.Rating/BTCPayServer.Rating.csproj diff --git a/arm32v7.Dockerfile b/arm32v7.Dockerfile index 0f56ec037..6d89602ee 100644 --- a/arm32v7.Dockerfile +++ b/arm32v7.Dockerfile @@ -8,7 +8,7 @@ COPY Build/Common.csproj Build/Common.csproj COPY BTCPayServer/BTCPayServer.csproj BTCPayServer/BTCPayServer.csproj COPY BTCPayServer.Common/BTCPayServer.Common.csproj BTCPayServer.Common/BTCPayServer.Common.csproj COPY BTCPayServer.Rating/BTCPayServer.Rating.csproj BTCPayServer.Rating/BTCPayServer.Rating.csproj -RUN dotnet restore +RUN cd BTCPayServer && dotnet restore COPY BTCPayServer.Common/. BTCPayServer.Common/. COPY BTCPayServer.Rating/. BTCPayServer.Rating/. COPY BTCPayServer/. BTCPayServer/.