Skip to content

Commit 3152c18

Browse files
committed
Create solution filter for github actions.
1 parent 2a3bf6d commit 3152c18

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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: 'SenseNet.Preview.Aspose.sln'
18+
SOLUTION: 'SenseNet.Preview.Aspose.Packages.slnf'
1919

2020
steps:
2121
- name: Checkout
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"solution": {
3+
"path": "SenseNet.Preview.Aspose.sln",
4+
"projects": [
5+
"AsposePreviewImageGenerators\\AsposePreviewImageGenerators.csproj",
6+
"AsposePreviewProvider.Install\\AsposePreviewProvider.Install.csproj",
7+
"AsposePreviewProvider\\AsposePreviewProvider.csproj"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)