Skip to content

Commit a275749

Browse files
committed
Create solution filter for github actions.
1 parent 5aff572 commit a275749

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
env:
1717
BUILD_CONFIG: 'Release'
18-
SOLUTION: 'TaskManagement.sln'
18+
SOLUTION: 'TaskManagement.Packages.slnf'
1919

2020
steps:
2121
- name: Checkout

src/TaskManagement.Packages.slnf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"solution": {
3+
"path": "TaskManagement.sln",
4+
"projects": [
5+
"TaskManagement.Core\\SenseNet.TaskManagement.Core.csproj",
6+
]
7+
}
8+
}

0 commit comments

Comments
 (0)