File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,20 +12,6 @@ build:
1212 project : StyleCopAnalyzers.sln
1313 verbosity : minimal
1414test_script :
15- - cd build
16- - ps : |
17- if ($env:Configuration -eq 'Debug') {
18- .\opencover-report.ps1 -Debug -NoBuild -NoReport -AppVeyor
19- if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
20- $packageConfig = [xml](Get-Content ..\.nuget\packages.config)
21- $codecov_version = $packageConfig.SelectSingleNode('/packages/package[@id="Codecov"]').version
22- $codecov = "..\packages\Codecov.$codecov_version\tools\codecov.exe"
23- &$codecov -f '..\build\OpenCover.Reports\OpenCover.StyleCopAnalyzers.xml'
24- } else {
25- .\opencover-report.ps1 -NoBuild -NoReport -AppVeyor
26- if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
27- }
28- - cd ..
2915- .\StyleCop.Analyzers\StyleCop.Analyzers.Status.Generator\bin\%Configuration%\net46\StyleCop.Analyzers.Status.Generator.exe .\StyleCopAnalyzers.sln > StyleCop.Analyzers.Status.json
3016cache :
3117 - packages -> **\packages.config
You can’t perform that action at this time.
0 commit comments