Skip to content

Commit 7252b42

Browse files
committed
Do not build OPC-DA driver on Project IDX platform.
1 parent 9056260 commit 7252b42

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

platform-nix-idx/build.sh

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ cd ../OPC-UA-Client
3838
dotnet restore
3939
dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/
4040

41-
cd ../opcdaaehda-client-solution-net
42-
dotnet build -f net8.0-windows DaAeHdaNetStandard.sln
41+
#cd ../opcdaaehda-client-solution-net
42+
#dotnet build -f net8.0-windows DaAeHdaNetStandard.sln
4343

44-
cd ../OPC-DA-Client
45-
dotnet restore
46-
dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -f net8.0-windows -c Release -o ../../bin-wine/ OPC-DA-Client.csproj
44+
#cd ../OPC-DA-Client
45+
#dotnet restore
46+
#dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -f net8.0-windows -c Release -o ../../bin-wine/ OPC-DA-Client.csproj
4747

4848
export GOBIN=~/json-scada/bin
4949
go env -w GO111MODULE=auto
@@ -53,10 +53,10 @@ go mod tidy
5353
go build
5454
cp calculations ../../bin/
5555

56-
cd ../i104m
57-
go mod tidy
58-
go build
59-
cp i104m ../../bin/
56+
#cd ../i104m
57+
#go mod tidy
58+
#go build
59+
#cp i104m ../../bin/
6060

6161
cd ../plc4x-client
6262
go mod tidy

0 commit comments

Comments
 (0)