Skip to content

Commit 97d55bf

Browse files
authored
Update development-action.yml
removed no restore flag on build command
1 parent 3d179ef commit 97d55bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/development-action.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 workload restore
2222
- name: Build
23-
run: dotnet build --no-restore
23+
run: dotnet build
2424
- name: Test
2525
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)