Commit 7252b42 1 parent 9056260 commit 7252b42 Copy full SHA for 7252b42
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ cd ../OPC-UA-Client
38
38
dotnet restore
39
39
dotnet publish --no-self-contained --runtime $ARG1 -p:PublishReadyToRun=true -c Release -o ../../bin/
40
40
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
43
43
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
47
47
48
48
export GOBIN=~ /json-scada/bin
49
49
go env -w GO111MODULE=auto
@@ -53,10 +53,10 @@ go mod tidy
53
53
go build
54
54
cp calculations ../../bin/
55
55
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/
60
60
61
61
cd ../plc4x-client
62
62
go mod tidy
You can’t perform that action at this time.
0 commit comments