We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b5df commit 197c053Copy full SHA for 197c053
1 file changed
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
dotnet-version: |
18
10.0.x
19
- name: Install dependencies
20
- run: dotnet restore --configuration Release
+ run: dotnet restore
21
- name: Build with dotnet
22
run: dotnet build --configuration Release --no-restore
23
- name: Publish
0 commit comments