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.
1 parent f52ff80 commit 99bf4fcCopy full SHA for 99bf4fc
1 file changed
.github/workflows/cd.yml
@@ -180,14 +180,9 @@ jobs:
180
-p:UseGitVersion=false \
181
--verbosity normal
182
183
- - name: Test (Ubuntu)
184
- if: startsWith(matrix.os, 'ubuntu')
+ - name: Test
185
run: dotnet test --no-build --verbosity normal -c Release -f ${{ matrix.dotnet-framework }}
186
187
- - name: Test (Windows)
188
- if: startsWith(matrix.os, 'windows')
189
- run: dotnet test --no-build --verbosity normal -c Release -f ${{ matrix.dotnet-framework }} --filter "DB!=SQLServer"
190
-
191
publish:
192
needs: [calculate-version, build]
193
name: "Publish Pre-release Packages"
0 commit comments