Skip to content

Commit

Permalink
Add solution filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
kavics committed Jan 4, 2025
1 parent 4dbcbb9 commit 2b14aeb
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 'Preview/SenseNet.Preview.sln'
SOLUTION: 'SenseNet.Preview.Packages.slnf'

steps:
- name: Checkout
Expand Down
10 changes: 10 additions & 0 deletions src/SenseNet.Preview.Packages.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"solution": {
"path": "Preview\\SenseNet.Preview.sln",
"projects": [
"Preview.Controller\\Preview.Controller.csproj",
"Preview.Install\\Preview.Install.csproj",
"Preview\\Preview.csproj"
]
}
}

0 comments on commit 2b14aeb

Please sign in to comment.