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 196d19b commit d35fc8c
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: 'SenseNet.IdentityServer4.sln'
SOLUTION: 'SenseNet.IdentityServer4.Packages.slnf'

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

0 comments on commit d35fc8c

Please sign in to comment.