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 9a5c6c4 commit 83ca60aCopy full SHA for 83ca60a
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
8.0.x
25
26
- name: Build
27
- run: dotnet build -c Release -p:ContinuousIntegrationBuild=true
+ run: dotnet build -c Release
28
29
- name: Run tests with Coverage
30
run: dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
0 commit comments