Skip to content

Commit 594922a

Browse files
authored
Remove breaking change committed by copilot (#11)
1 parent 0e54d00 commit 594922a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Build
5050
run: |
51-
dotnet build ${{ inputs.project_path }} --configuration Release --no-restore --verbosity minimal
51+
dotnet build ${{ inputs.project_path }} --configuration Release
5252
5353
- name: Pack
5454
run: |

0 commit comments

Comments
 (0)