We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b014556 commit 6596788Copy full SHA for 6596788
.github/workflows/pipeline.yml
@@ -20,6 +20,6 @@ jobs:
20
- name: Restore dependencies
21
run: dotnet restore
22
- name: Build
23
- run: dotnet build --no-restore
+ run: dotnet build --no-restore -c Release
24
- name: Test
25
run: dotnet test --no-build --verbosity normal -c Release
0 commit comments