File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2020 <CodeAnalysisRuleSet >$(SolutionDir).ruleset</CodeAnalysisRuleSet >
2121 <NoWarn >CS1591;NETSDK1138</NoWarn >
2222 </PropertyGroup >
23+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
24+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
25+ </PropertyGroup >
2326 <ItemGroup >
2427 <None Include =" $(SolutionDir)icon.png" Visible =" false" Pack =" true" PackagePath =" " />
2528 <None Include =" $(SolutionDir)README.md" Visible =" false" Pack =" true" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments