File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1919mkdir bin
2020mkdir bin-wine
2121
22- unzip platform-nix-idx/bin/bin.zip -d bin/
22+ unzip -o platform-nix-idx/bin/bin.zip -d bin/
2323chmod +x bin/*
2424
2525export DOTNET_CLI_TELEMETRY_OPTOUT=1
@@ -41,7 +41,12 @@ cd ../../../../../iec61850_client
4141dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/
4242
4343cd ../lib60870.netcore
44- dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/
44+ dotnet restore
45+ dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/ lib60870.netcore/lib60870/
46+ dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/ iec101client/
47+ dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/ iec101server/
48+ dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/ iec104client/
49+ dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/ iec104server/
4550
4651cd ../OPC-UA-Client
4752dotnet restore
You can’t perform that action at this time.
0 commit comments