Skip to content

Commit 1cc8d49

Browse files
committed
task: removed sln file arg from build
1 parent 0d7d69b commit 1cc8d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Display dotnet version
2626
run: dotnet --version
2727
- name: Restore dependencies
28-
run: dotnet restore Primitively.sln
28+
run: dotnet restore
2929
- name: Build
30-
run: dotnet build Primitively.sln --no-restore
30+
run: dotnet build --no-restore
3131
- name: Test
3232
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)