Skip to content

Commit 9099b9d

Browse files
Update main.yml
1 parent fa1d1d9 commit 9099b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Restore dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build --no-restore
23+
run: dotnet build ./src/OneBitSoftware.Utilities.OperationResult.sln --no-restore
2424
- name: Test
2525
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)