We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347882a commit 1ab8a71Copy full SHA for 1ab8a71
1 file changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
strategy:
53
fail-fast: false
54
matrix:
55
- configuration: [CSharp]
+ configuration: [CSharp, VisualBasic]
56
57
env:
58
CONFIGURATION: ${{ matrix.configuration }}
@@ -81,4 +81,4 @@ jobs:
81
82
- name: Test
83
run: |
84
- dotnet test $env:PROJECT_DIR --configuration Release --no-build
+ dotnet test $env:PROJECT_DIR --configuration Release --no-build
0 commit comments