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 f527b26 commit fc7cc59Copy full SHA for fc7cc59
.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