File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 24
24
8.0.x
25
25
26
26
- name : Build
27
- run : dotnet build -c Release -p:ContinuousIntegrationBuild=true
27
+ run : dotnet build -c Release
28
28
29
29
- name : Run tests with Coverage
30
30
run : dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
Original file line number Diff line number Diff line change 20
20
<CodeAnalysisRuleSet >$(SolutionDir).ruleset</CodeAnalysisRuleSet >
21
21
<NoWarn >CS1591;NETSDK1138</NoWarn >
22
22
</PropertyGroup >
23
+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
24
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
25
+ </PropertyGroup >
23
26
<ItemGroup >
24
27
<None Include =" $(SolutionDir)icon.png" Visible =" false" Pack =" true" PackagePath =" " />
25
28
<None Include =" $(SolutionDir)README.md" Visible =" false" Pack =" true" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments