Skip to content

Commit

Permalink
Add minimal solution filter
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Oct 1, 2024
1 parent f5d4b90 commit 2f473ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ${{ matrix.system }}

env:
Solution: GeneoGraph.sln
Solution: GeneoGraph.Common.slnf

steps:
- name: Checkout
Expand All @@ -61,11 +61,6 @@ jobs:
6.0.x
8.0.x
- name: Setup workloads
run: |
dotnet workload install `
wasm-tools
- name: Cache packages
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -111,7 +106,7 @@ jobs:
runs-on: ${{ matrix.system }}

env:
Solution: GeneoGraph.sln
Solution: GeneoGraph.Common.slnf

steps:
- name: Checkout
Expand Down
10 changes: 10 additions & 0 deletions GeneoGraph.Common.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"solution": {
"path": "GeneoGraph.sln",
"projects": [
"src\\ImeSense.GeneoGraph.Themes\\ImeSense.GeneoGraph.Themes.csproj",
"src\\ImeSense.GeneoGraph\\ImeSense.GeneoGraph.csproj",
"test\\ImeSense.GeneoGraph.Tests\\ImeSense.GeneoGraph.Tests.csproj"
]
}
}

0 comments on commit 2f473ef

Please sign in to comment.