File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,6 @@ dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -
5858cd %SRCPATH% \logrotate\
5959dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o %BINPATH% logrotate.csproj
6060
61- cd %SRCPATH% \OPC-UA-Client\
62- rmdir obj /S /Q
63- rmdir bin /S /Q
64- dotnet restore
65- dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o %BINPATH% OPC-UA-Client.csproj
66-
6761cd %SRCPATH% \opcdaaehda-client-solution-net\
6862dotnet build -f net8.0-windows DaAeHdaNetStandard.sln
6963
@@ -72,6 +66,12 @@ rmdir obj /S /Q
7266rmdir bin /S /Q
7367dotnet publish --no-self-contained -p:PublishReadyToRun=true -f net8.0-windows -c Release -o %BINPATH% OPC-DA-Client.csproj
7468
69+ cd %SRCPATH% \OPC-UA-Client\
70+ rmdir obj /S /Q
71+ rmdir bin /S /Q
72+ dotnet restore
73+ dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o %BINPATH% OPC-UA-Client.csproj
74+
7575go env -w GO111MODULE=auto
7676set GOBIN = c:\json-scada\bin
7777cd %SRCPATH% \calculations
Original file line number Diff line number Diff line change @@ -58,12 +58,6 @@ dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -
5858cd %SRCPATH% \logrotate\
5959dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o %BINPATH% logrotate.csproj
6060
61- cd %SRCPATH% \OPC-UA-Client\
62- rmdir obj /S /Q
63- rmdir bin /S /Q
64- dotnet restore
65- dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o %BINPATH% OPC-UA-Client.csproj
66-
6761cd %SRCPATH% \opcdaaehda-client-solution-net\
6862dotnet build -f net8.0-windows DaAeHdaNetStandard.sln
6963
@@ -72,6 +66,12 @@ rmdir obj /S /Q
7266rmdir bin /S /Q
7367dotnet publish --no-self-contained -p:PublishReadyToRun=true -f net8.0-windows -c Release -o %BINPATH% OPC-DA-Client.csproj
7468
69+ cd %SRCPATH% \OPC-UA-Client\
70+ rmdir obj /S /Q
71+ rmdir bin /S /Q
72+ dotnet restore
73+ dotnet publish --no-self-contained --runtime win-x64 -p:PublishReadyToRun=true -c Release -o %BINPATH% OPC-UA-Client.csproj
74+
7575go env -w GO111MODULE=auto
7676set GOBIN = c:\json-scada\bin
7777cd %SRCPATH% \calculations
You can’t perform that action at this time.
0 commit comments