Skip to content

Commit

Permalink
update dotnet publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jan 23, 2024
1 parent 23b553f commit 110e75a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as dotnet-build

WORKDIR /build

COPY . .
COPY DCL_PiXYZ/ ./DCL_PiXYZ
COPY nuget.config ./
COPY local_packages/ ./local_packages
COPY PiXYZ.sln ./

RUN dotnet publish -c Release -r win10-x64 -o ./publish --self-contained true
ARG VULKAN_DLL_PATH
Expand Down

0 comments on commit 110e75a

Please sign in to comment.