Skip to content

Commit bbd602a

Browse files
committed
Updated build for Firebase Studio.
1 parent 83983ae commit bbd602a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

platform-nix-idx/build.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd ..
1919
mkdir bin
2020
mkdir bin-wine
2121

22-
unzip platform-nix-idx/bin/bin.zip -d bin/
22+
unzip -o platform-nix-idx/bin/bin.zip -d bin/
2323
chmod +x bin/*
2424

2525
export DOTNET_CLI_TELEMETRY_OPTOUT=1
@@ -41,7 +41,12 @@ cd ../../../../../iec61850_client
4141
dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/
4242

4343
cd ../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

4651
cd ../OPC-UA-Client
4752
dotnet restore

0 commit comments

Comments
 (0)