Skip to content

Commit

Permalink
Fix docker compile script, remove bin&obj dirs to avoid conflict in s…
Browse files Browse the repository at this point in the history
…rc folders (dotnet).
  • Loading branch information
riclolsen committed Sep 15, 2024
1 parent 95fe800 commit 89b70b4
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 @@ -44,7 +44,7 @@ services:
cd iec61850_client &&
dotnet publish --no-self-contained --runtime linux-x64 -p:PublishReadyToRun=true -c Release -o /publish_bin/ &&
rm -rf obj bin &&
cd dotnet/core/2.0/IEC61850.NET.core.2.0 &&
cd /src/libiec61850/dotnet/core/2.0/IEC61850.NET.core.2.0/ &&
rm -rf obj 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 &&
Expand Down

0 comments on commit 89b70b4

Please sign in to comment.