Skip to content

Commit c1cc683

Browse files
missing slnx files
1 parent d797c9a commit c1cc683

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/codebreaker-lib-analyzers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
paths:
1010
- 'src/services/common/Codebreaker.GameAPIs.Analyzers/**'
1111
- 'src/services/common/Codebreaker.GameAPIs.Analyzers.Tests/**'
12-
- 'src/Codebreaker.Analyzers.slnx'
1312

1413
# Allow manually trigger
1514
workflow_dispatch:
@@ -21,7 +20,7 @@ jobs:
2120
version-suffix: preview.1.
2221
version-number: ${{ github.run_number }}
2322
version-offset: 38
24-
solutionfile-path: src/Codebreaker.Analyzers.sln
23+
solutionfile-path: src/Codebreaker.Analyzers.slnx
2524
projectfile-path: src/services/common/Codebreaker.GameAPIs.Analyzers/Codebreaker.Analyzers.csproj
2625
dotnet-version: '9.0.x'
2726
artifact-name: codebreaker-analyzers

.github/workflows/codebreaker-lib-client.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
paths:
1010
- 'src/clients/Codebreaker.GameAPIs.Client/**'
1111
- 'src/clients/Codebreaker.GameAPIs.Client.Tests/**'
12-
- 'src/Codebreaker.GameAPIs.Client.slnx'
1312

1413
# Allow manually trigger
1514
workflow_dispatch:
@@ -21,7 +20,7 @@ jobs:
2120
version-suffix: preview.1.
2221
version-number: ${{ github.run_number }}
2322
version-offset: 10
24-
solutionfile-path: src/Codebreaker.GameAPIs.Client.sln
23+
solutionfile-path: src/Codebreaker.GameAPIs.Client.slnx
2524
projectfile-path: src/clients/Codebreaker.GameAPIs.Client/Codebreaker.GameAPIs.Client.csproj
2625
dotnet-version: '9.0.x'
2726
artifact-name: codebreaker-clientlib

0 commit comments

Comments
 (0)