File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 dotnet_version : |
4040 8.0.x
4141 9.0.x
42- solution_file : PlcInterface.slnx
42+ solution_file : PlcInterface.CI.slnf
4343
4444 call-deploy :
4545 needs : call-build-test
5151 dotnet_version : |
5252 8.0.x
5353 9.0.x
54- solution_file : PlcInterface.slnx
54+ solution_file : PlcInterface.CI.slnf
5555 secrets :
5656 NUGET_KEY : ${{ secrets.NUGET_KEY }}
5757
Original file line number Diff line number Diff line change 1+ {
2+ "solution": {
3+ "path": "PlcInterface.slnx",
4+ "projects": [
5+ "src\\PlcInterface.Abstraction\\PlcInterface.Abstraction.csproj",
6+ "src\\PlcInterface.Ads\\PlcInterface.Ads.csproj",
7+ "src\\PlcInterface.OpcUa\\PlcInterface.OpcUa.csproj",
8+ "src\\PlcInterface.Sandbox\\PlcInterface.Sandbox.csproj",
9+ "test\\PlcInterface.Abstraction\\PlcInterface.Abstraction.Tests.csproj",
10+ "test\\PlcInterface.Ads.IntegrationTests\\PlcInterface.Ads.IntegrationTests.csproj",
11+ "test\\PlcInterface.Ads.Tests\\PlcInterface.Ads.Tests.csproj",
12+ "test\\PlcInterface.Common.Tests\\PlcInterface.Common.Tests.csproj",
13+ "test\\PlcInterface.IntegrationTests\\PlcInterface.IntegrationTests.csproj",
14+ "test\\PlcInterface.Opc.IntegrationTests\\PlcInterface.Opc.IntegrationTests.csproj",
15+ "test\\PlcInterface.OpcUa.Tests\\PlcInterface.OpcUa.Tests.csproj",
16+ "test\\TestUtilities\\TestUtilities.csproj"
17+ ]
18+ }
19+ }
You can’t perform that action at this time.
0 commit comments