We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1d1d9 commit 9099b9dCopy full SHA for 9099b9d
1 file changed
.github/workflows/main.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
23
- run: dotnet build --no-restore
+ run: dotnet build ./src/OneBitSoftware.Utilities.OperationResult.sln --no-restore
24
- name: Test
25
run: dotnet test --no-build --verbosity normal
0 commit comments