From a6e8093fcbcb8a7e7c7c6d0332312e8b8fa2f39a Mon Sep 17 00:00:00 2001 From: Ricardo Olsen Date: Tue, 17 Sep 2024 09:16:36 -0300 Subject: [PATCH] Updated docker compilation script for dotnet6 for windows projects DNP3, OPC-DA. Fix container name. --- compile-docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-docker/docker-compose.yaml b/compile-docker/docker-compose.yaml index dc5501e3..e78c6a89 100644 --- a/compile-docker/docker-compose.yaml +++ b/compile-docker/docker-compose.yaml @@ -60,7 +60,7 @@ services: # NOTICE Dnp3Client and OPC-DA-Client are Windows-only, so it can only run in docker/linux using Wine. dotnet_compile_win: image: mcr.microsoft.com/dotnet/sdk:6.0 - container_name: js_dotnet_compile + container_name: js_dotnet_compile_win command: sh -c "cd /src/OPC-DA-Client/ && dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=false -f net6.0-windows -c Release -o /publish_bin_win/ OPC-DA-Client.csproj && rm -rf obj bin &&