|
23 | 23 | uses: actions/setup-dotnet@v3
|
24 | 24 | with:
|
25 | 25 | dotnet-version: |
|
26 |
| - 3.1.x |
27 | 26 | 8.0.x
|
28 | 27 | - name: Build
|
29 | 28 | run: dotnet build
|
|
55 | 54 | uses: actions/setup-dotnet@v3
|
56 | 55 | with:
|
57 | 56 | dotnet-version: |
|
58 |
| - 3.1.x |
59 | 57 | 8.0.x
|
60 | 58 | - name: Test
|
61 | 59 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
|
83 | 81 | uses: actions/setup-dotnet@v3
|
84 | 82 | with:
|
85 | 83 | dotnet-version: |
|
86 |
| - 3.1.x |
87 | 84 | 8.0.x
|
88 | 85 | - name: Test
|
89 | 86 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Clustering)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
@@ -123,7 +120,6 @@ jobs:
|
123 | 120 | uses: actions/setup-dotnet@v3
|
124 | 121 | with:
|
125 | 122 | dotnet-version: |
|
126 |
| - 3.1.x |
127 | 123 | 8.0.x
|
128 | 124 | - name: Test
|
129 | 125 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
@@ -159,7 +155,6 @@ jobs:
|
159 | 155 | uses: actions/setup-dotnet@v3
|
160 | 156 | with:
|
161 | 157 | dotnet-version: |
|
162 |
| - 3.1.x |
163 | 158 | 8.0.x
|
164 | 159 | - name: Test
|
165 | 160 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
@@ -197,7 +192,6 @@ jobs:
|
197 | 192 | uses: actions/setup-dotnet@v3
|
198 | 193 | with:
|
199 | 194 | dotnet-version: |
|
200 |
| - 3.1.x |
201 | 195 | 8.0.x
|
202 | 196 | - name: Test
|
203 | 197 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
@@ -235,7 +229,6 @@ jobs:
|
235 | 229 | uses: actions/setup-dotnet@v3
|
236 | 230 | with:
|
237 | 231 | dotnet-version: |
|
238 |
| - 3.1.x |
239 | 232 | 8.0.x
|
240 | 233 | - name: Test
|
241 | 234 | run: dotnet test --filter "Category=${{ matrix.provider }}&Category=${{ matrix.suite }}" --framework ${{ matrix.framework }} --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
@@ -318,7 +311,6 @@ jobs:
|
318 | 311 | uses: actions/setup-dotnet@v3
|
319 | 312 | with:
|
320 | 313 | dotnet-version: |
|
321 |
| - 3.1.x |
322 | 314 | 8.0.x
|
323 | 315 | - name: Test
|
324 | 316 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
@@ -355,7 +347,6 @@ jobs:
|
355 | 347 | uses: actions/setup-dotnet@v3
|
356 | 348 | with:
|
357 | 349 | dotnet-version: |
|
358 |
| - 3.1.x |
359 | 350 | 8.0.x
|
360 | 351 | - name: Test
|
361 | 352 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
@@ -393,7 +384,6 @@ jobs:
|
393 | 384 | uses: actions/setup-dotnet@v3
|
394 | 385 | with:
|
395 | 386 | dotnet-version: |
|
396 |
| - 3.1.x |
397 | 387 | 8.0.x
|
398 | 388 | - name: Test
|
399 | 389 | run: dotnet test --filter "Category=${{ matrix.provider }}&(Category=BVT|Category=SlowBVT|Category=Functional)" --blame-hang-timeout 10m --logger "trx" -- -parallel none -noshadow
|
|
0 commit comments