Skip to content

Commit 832e025

Browse files
committed
Add a solution filter for CI builds
1 parent f095d7e commit 832e025

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

.github/workflows/BuildTestDeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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

PlcInterface.CI.slnf

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

0 commit comments

Comments
 (0)