We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b0d7a commit 92f57c4Copy full SHA for 92f57c4
1 file changed
.github/workflows/ci.yml
@@ -99,4 +99,4 @@ jobs:
99
100
- name: Test
101
run: |
102
- dotnet test $env:PROJECT_DIR --configuration Release --no-build
+ dotnet test $env:PROJECT_DIR --configuration $env:CONFIGURATION --no-build
0 commit comments