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 a6f00fc commit c02d234Copy full SHA for c02d234
.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