Skip to content

Commit 197c053

Browse files
authored
Change dotnet restore command to default configuration
1 parent 884b5df commit 197c053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
dotnet-version: |
1818
10.0.x
1919
- name: Install dependencies
20-
run: dotnet restore --configuration Release
20+
run: dotnet restore
2121
- name: Build with dotnet
2222
run: dotnet build --configuration Release --no-restore
2323
- name: Publish

0 commit comments

Comments
 (0)