Skip to content

Commit

Permalink
Add solution filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kavics committed Mar 14, 2024
1 parent 1d01c1b commit 7e74b85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

env:
BUILD_CONFIG: 'Release'
SOLUTION: 'SenseNet.Search.Lucene29.sln'
SOLUTION: 'SenseNet.Search.Lucene29.Packages.slnf'

steps:
- name: Checkout
Expand Down
16 changes: 16 additions & 0 deletions src/SenseNet.Search.Lucene29.Packages.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"solution": {
"path": "SenseNet.Search.Lucene29.sln",
"projects": [
"SenseNet.Search.Lucene29\\SenseNet.Search.Lucene29.csproj",
"SenseNet.Search.Lucene29.Local\\SenseNet.Search.Lucene29.Local.csproj",
"SenseNet.Search.Lucene29.Common\\SenseNet.Search.Lucene29.Common.csproj",
"SenseNet.Search.Lucene29.Centralized\\SenseNet.Search.Lucene29.Centralized.csproj",
"SenseNet.Search.Lucene29.Centralized.Index\\SenseNet.Search.Lucene29.Centralized.Index.csproj",
"SenseNet.Search.Lucene29.Centralized.GrpcService\\SenseNet.Search.Lucene29.Centralized.GrpcService.csproj",
"SenseNet.Search.Lucene29.Centralized.GrpcClient\\SenseNet.Search.Lucene29.Centralized.GrpcClient.csproj",
"SenseNet.Search.Lucene29.Centralized.Common\\SenseNet.Search.Lucene29.Centralized.Common.csproj",
"SenseNet.Search.Lucene29.Centralized.Service\\SenseNet.Search.Lucene29.Centralized.Service.csproj"
]
}
}

0 comments on commit 7e74b85

Please sign in to comment.