Skip to content

Commit

Permalink
Create solution filter for github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kavics committed Mar 14, 2024
1 parent 5aff572 commit a275749
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 'TaskManagement.sln'
SOLUTION: 'TaskManagement.Packages.slnf'

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

0 comments on commit a275749

Please sign in to comment.