We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e400c commit 9898409Copy full SHA for 9898409
1 file changed
.github/workflows/verification.yml
@@ -21,6 +21,10 @@ concurrency:
21
group: verification-${{ github.ref }}-1
22
cancel-in-progress: true
23
24
+env:
25
+ VSTEST_CONNECTION_TIMEOUT: 180
26
+ DOTNET_NOLOGO: "true"
27
+
28
jobs:
29
verify-bunit:
30
name: 👌 Verify bUnit
@@ -112,4 +116,4 @@ jobs:
112
116
- name: 📄 Building docs
113
117
run: |
114
118
dotnet tool update -g docfx --version 2.67.0
115
- docfx docs/site/docfx.json
119
+ docfx docs/site/docfx.json
0 commit comments