We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c919ba2 commit a6e8093Copy full SHA for a6e8093
compile-docker/docker-compose.yaml
@@ -60,7 +60,7 @@ services:
60
# NOTICE Dnp3Client and OPC-DA-Client are Windows-only, so it can only run in docker/linux using Wine.
61
dotnet_compile_win:
62
image: mcr.microsoft.com/dotnet/sdk:6.0
63
- container_name: js_dotnet_compile
+ container_name: js_dotnet_compile_win
64
command: sh -c "cd /src/OPC-DA-Client/ &&
65
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=false -f net6.0-windows -c Release -o /publish_bin_win/ OPC-DA-Client.csproj &&
66
rm -rf obj bin &&
0 commit comments