Skip to content

Commit 68732f7

Browse files
committed
Remove testing from AppVeyor builds
1 parent c4a11db commit 68732f7

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ build:
1212
project: StyleCopAnalyzers.sln
1313
verbosity: minimal
1414
test_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
3016
cache:
3117
- packages -> **\packages.config

0 commit comments

Comments
 (0)