Skip to content

Commit

Permalink
Updated docker compilation script for dotnet6 for windows projects DN…
Browse files Browse the repository at this point in the history
…P3, OPC-DA. Fix container name.
  • Loading branch information
riclolsen committed Sep 17, 2024
1 parent c919ba2 commit a6e8093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit a6e8093

Please sign in to comment.