Skip to content

Commit

Permalink
Fix docker compile script (dotnet).
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Sep 15, 2024
1 parent 2f92a6a commit 3ef8e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ services:
dotnet publish --no-self-contained --runtime linux-x64 -c Release IEC61850.NET.core.2.0 &&
cd iec61850_client &&
dotnet publish --no-self-contained --runtime linux-x64 -p:PublishReadyToRun=true -c Release -o /publish_bin/ &&
cd /src/OPC-DA-Client/
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=true -f net8.0-windows -c Release -o /publish_bin_win/ OPC-DA-Client.csproj
cd /src/OPC-DA-Client/ &&
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=true -f net8.0-windows -c Release -o /publish_bin_win/ OPC-DA-Client.csproj &&
cd /src/dnp3/Dnp3Client/ &&
dotnet publish --self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o /publish_bin_win/ &&
cp Dependencies/OpenSSL/*.dll /publish_bin_win/ "
Expand Down

0 comments on commit 3ef8e25

Please sign in to comment.