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.
2 parents 33229fa + 6d8ef26 commit 18946f6Copy full SHA for 18946f6
.github/workflows/build.yml
@@ -391,7 +391,7 @@ jobs:
391
strategy:
392
fail-fast: false # prevent one matrix pipeline from being cancelled if one fails, we want them both to run to completion.
393
matrix:
394
- winui: [2, 3]
+ winui: [0, 2, 3]
395
396
steps:
397
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
@@ -456,7 +456,7 @@ jobs:
456
457
458
459
460
461
462
0 commit comments