Skip to content

Commit

Permalink
Add solution filter for package projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Mar 27, 2023
1 parent 920395d commit 27500e8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- name: Checkout
Expand Down
23 changes: 23 additions & 0 deletions src/SenseNet.Packages.slnf
@@ -0,0 +1,23 @@
{
"solution": {
"path": "SenseNet.sln",
"projects": [
"Abstractions\\SenseNet.Abstractions.csproj",
"BlobStorage\\SenseNet.BlobStorage.csproj",
"Common\\SenseNet.Common.csproj",
"ContentRepository.InMemory\\SenseNet.ContentRepository.InMemory.csproj",
"ContentRepository.MsSql\\SenseNet.ContentRepository.MsSql.csproj",
"ContentRepository\\SenseNet.ContentRepository.csproj",
"OData\\SenseNet.OData.csproj",
"OpenApi\\SenseNet.OpenApi.csproj",
"Search\\SenseNet.Search.csproj",
"Services.Core.Install\\SenseNet.Services.Core.Install.csproj",
"Services.Core\\SenseNet.Services.Core.csproj",
"Services.Wopi\\SenseNet.Services.Wopi.csproj",
"Storage\\SenseNet.Storage.csproj",
"Tests\\SenseNet.Tests.Core\\SenseNet.Tests.Core.csproj",
"WebHooks.Common\\SenseNet.WebHooks.Common.csproj",
"WebHooks\\SenseNet.WebHooks.csproj"
]
}
}

0 comments on commit 27500e8

Please sign in to comment.