Skip to content

Commit 7749fb8

Browse files
authored
Remove dotnet restore step from smart-search workflow
Removed the restore step from the workflow.
1 parent d260181 commit 7749fb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/smart-search.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
with:
2121
dotnet-version: '10.0.x'
2222

23-
- name: Restore
24-
run: dotnet restore ./src/RoyalCode.SmartSearch.sln
25-
2623
- name: Build and pack SmartSearch Abstractions
2724
run: dotnet build ./src/RoyalCode.SmartSearch.Abstractions/RoyalCode.SmartSearch.Abstractions.csproj -c Release
2825

0 commit comments

Comments
 (0)