Skip to content

Commit fd9f219

Browse files
Use slnx for GitHub workflow
1 parent 33f49fa commit fd9f219

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
dotnet-version: 8.0.x
2626
- name: Restore dependencies
27-
run: dotnet restore
27+
run: dotnet restore OptimizelyTestContainers.slnx
2828
- name: Build
29-
run: dotnet build --no-restore
29+
run: dotnet build OptimizelyTestContainers.slnx --no-restore
3030
- name: Test
31-
run: dotnet test --no-build --verbosity normal
31+
run: dotnet test OptimizelyTestContainers.slnx --no-build --verbosity normal

0 commit comments

Comments
 (0)