Skip to content

Commit

Permalink
#23 Update project targeted frameworks, tools and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
savornicesei committed Jan 17, 2018
1 parent 0d806e4 commit a30d56c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ build_script:
- ps: if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { MSBuild.SonarQube.Runner.exe begin /k:"ndbunit2" /d:"sonar.organization=savornicesei-github" /d:"sonar.host.url=https://sonarcloud.io" /d:"sonar.login=$env:SQTOKEN" /d:"sonar.github.repository=https://github.com/savornicesei/NDbUnit2" /d:"sonar.github.oauth=$env:GHTOKEN" /d:"sonar.branch.name=$env:APPVEYOR_REPO_BRANCH" /d:sonar.cs.nunit.reportsPaths="TestResult.xml" /d:sonar.cs.opencover.it.reportsPaths="coverage.xml" }
- msbuild /verbosity:quiet "NDbUnit.sln"
- '"%PACKAGEHOME%\nunit.consolerunner\3.7.0\tools\nunit3-console.exe" build\Debug\NDbUnit.Test.dll /exclude=OracleTests /noshadow /framework:net-4.5 /result=TestResult.xml & exit 0'
- '"%PACKAGEHOME%\OpenCover.4.6.519\tools\OpenCover.Console.exe" -register:user -target:"%PACKAGEHOME%\nunit.consolerunner\3.7.0\tools\nunit3-console.exe" -targetargs:"build\Debug\NDbUnit.Test.dll /exclude=OracleTests /noshadow /framework:net-4.5" -filter:"+[NDbUnit.*]* -[NDbUnit.Test]*" -output:"coverage.xml" & exit 0'
- '"%PACKAGEHOME%\opencover\4.6.519\tools\OpenCover.Console.exe" -register:user -target:"%PACKAGEHOME%\nunit.consolerunner\3.7.0\tools\nunit3-console.exe" -targetargs:"build\Debug\NDbUnit.Test.dll /exclude=OracleTests /noshadow /framework:net-4.5" -filter:"+[NDbUnit.*]* -[NDbUnit.Test]*" -output:"coverage.xml" & exit 0'
- MSBuild.SonarQube.Runner.exe end /d:"sonar.login=%SQTOKEN%"

test_script:
- ps: $env:PACKAGEHOME\coveralls.net.0.7.0\tools\csmacnz.Coveralls.exe --opencover -i coverage.xml --repoToken $env:CATOKEN --useRelativePaths --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_BUILD_NUMBER --serviceName appveyor
- '"%PACKAGEHOME%\coveralls.net.0.7.0\tools\csmacnz.Coveralls.exe" --opencover -i coverage.xml --repoToken %CATOKEN% --useRelativePaths --commitId %APPVEYOR_REPO_COMMIT% --commitBranch %APPVEYOR_REPO_BRANCH% --commitAuthor %APPVEYOR_REPO_COMMIT_AUTHOR% --commitEmail %APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL% --commitMessage %APPVEYOR_REPO_COMMIT_MESSAGE% --jobId %APPVEYOR_BUILD_NUMBER% --serviceName appveyor
- ps: codecov -f "coverage.xml" -t $env:CCTOKEN
4 changes: 2 additions & 2 deletions .develop.appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ build_script:
- ps: if (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { MSBuild.SonarQube.Runner.exe begin /k:"ndbunit2" /d:"sonar.organization=savornicesei-github" /d:"sonar.host.url=https://sonarcloud.io" /d:"sonar.login=$env:SQTOKEN" /d:"sonar.github.repository=https://github.com/savornicesei/NDbUnit2" /d:"sonar.github.oauth=$env:GHTOKEN" /d:"sonar.branch.name=$env:APPVEYOR_REPO_BRANCH" /d:sonar.cs.nunit.reportsPaths="TestResult.xml" /d:sonar.cs.opencover.it.reportsPaths="coverage.xml" }
- msbuild /verbosity:quiet "NDbUnit.sln"
- '"%PACKAGEHOME%\nunit.consolerunner\3.7.0\tools\nunit3-console.exe" build\Debug\NDbUnit.Test.dll /exclude=OracleTests /noshadow /framework:net-4.5 /result=TestResult.xml & exit 0'
- '"%PACKAGEHOME%\OpenCover.4.6.519\tools\OpenCover.Console.exe" -register:user -target:"%PACKAGEHOME%\nunit.consolerunner\3.7.0\tools\nunit3-console.exe" -targetargs:"build\Debug\NDbUnit.Test.dll /exclude=OracleTests /noshadow /framework:net-4.5" -filter:"+[NDbUnit.*]* -[NDbUnit.Test]*" -output:"coverage.xml" & exit 0'
- '"%PACKAGEHOME%\opencover\4.6.519\tools\OpenCover.Console.exe" -register:user -target:"%PACKAGEHOME%\nunit.consolerunner\3.7.0\tools\nunit3-console.exe" -targetargs:"build\Debug\NDbUnit.Test.dll /exclude=OracleTests /noshadow /framework:net-4.5" -filter:"+[NDbUnit.*]* -[NDbUnit.Test]*" -output:"coverage.xml" & exit 0'
- MSBuild.SonarQube.Runner.exe end /d:"sonar.login=%SQTOKEN%"

test_script:
- ps: $env:PACKAGEHOME\coveralls.net.0.7.0\tools\csmacnz.Coveralls.exe --opencover -i coverage.xml --repoToken $env:CATOKEN --useRelativePaths --commitId $env:APPVEYOR_REPO_COMMIT --commitBranch $env:APPVEYOR_REPO_BRANCH --commitAuthor $env:APPVEYOR_REPO_COMMIT_AUTHOR --commitEmail $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL --commitMessage $env:APPVEYOR_REPO_COMMIT_MESSAGE --jobId $env:APPVEYOR_BUILD_NUMBER --serviceName appveyor
- '"%PACKAGEHOME%\coveralls.net.0.7.0\tools\csmacnz.Coveralls.exe" --opencover -i coverage.xml --repoToken %CATOKEN% --useRelativePaths --commitId %APPVEYOR_REPO_COMMIT% --commitBranch %APPVEYOR_REPO_BRANCH% --commitAuthor %APPVEYOR_REPO_COMMIT_AUTHOR% --commitEmail %APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL% --commitMessage %APPVEYOR_REPO_COMMIT_MESSAGE% --jobId %APPVEYOR_BUILD_NUMBER% --serviceName appveyor
- ps: codecov -f "coverage.xml" -t $env:CCTOKEN

0 comments on commit a30d56c

Please sign in to comment.