We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7588636 commit 50a9b7dCopy full SHA for 50a9b7d
2 files changed
.github/workflows/publish.yml
@@ -137,7 +137,7 @@ jobs:
137
- name: Setup
138
uses: actions/setup-dotnet@v4
139
with:
140
- dotnet-version: |
+ dotnet-version: |
141
9.0.x
142
10.0.x
143
.github/workflows/test.yml
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
- dotnet-version: 10.0.x
+ dotnet-version: 10.0.x
154
155
- name: Test
156
run: dotnet test "${{ github.event.repository.name }}/tests" -c Debug --logger "trx"
0 commit comments