From 4ff20b1fef374fbbbb83ec9312d9de589817eee8 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.develop.appveyor.yml b/.develop.appveyor.yml index 93069d6..b9cdee5 100644 --- a/.develop.appveyor.yml +++ b/.develop.appveyor.yml @@ -41,7 +41,7 @@ before_build: - SET NUNIT_RUNNER_OPTIONS=/exclude=OracleTests build_script: - - dotnet nuget locals -l + - 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" }