Skip to content

Commit c02d234

Browse files
committed
add ContinuousIntegrationBuild to Directory.Build.props
1 parent a6f00fc commit c02d234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
8.0.x
2525
2626
- name: Build
27-
run: dotnet build -c Release -p:ContinuousIntegrationBuild=true
27+
run: dotnet build -c Release
2828

2929
- name: Run tests with Coverage
3030
run: dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover

0 commit comments

Comments
 (0)