From f27409522243c0858f7824a5b60d45e09cdaaabf Mon Sep 17 00:00:00 2001 From: Simona Avornicesei Date: Wed, 24 Jan 2018 00:05:00 +0200 Subject: [PATCH] #23 Update project targeted frameworks, tools and libraries --- .develop.appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.develop.appveyor.yml b/.develop.appveyor.yml index 93069d6..8b74a21 100644 --- a/.develop.appveyor.yml +++ b/.develop.appveyor.yml @@ -41,12 +41,12 @@ before_build: - SET NUNIT_RUNNER_OPTIONS=/exclude=OracleTests build_script: - - dotnet nuget locals -l - - nuget restore NDbUnit.sln -Recursive -ConfigFile NuGet.Config + - dotnet nuget locals global-packages -l + #- nuget restore NDbUnit.sln -Recursive -ConfigFile NuGet.Config - echo %APPVEYOR_PULL_REQUEST_NUMBER% %APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH% %APPVEYOR_REPO_BRANCH% - ps: if ($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.analysis.mode=preview" /d:"sonar.github.pullRequest=$env:APPVEYOR_PULL_REQUEST_NUMBER" /d:"sonar.github.repository=https://github.com/savornicesei/NDbUnit2" /d:"sonar.github.oauth=$env:GHTOKEN" /d:"sonar.branch.target=$env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH" } - 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" + - dotnet build -v q "NDbUnit.sln" - dir - dir .. - dir ../packages