From bbea5bc1765ca80a4ffc6936ecb0ea11e10a355c Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 4 Sep 2018 17:01:40 -0400 Subject: [PATCH] Remove duplicate environment key from appveypr.yml --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ba7eed27ba..0da112f22f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,8 @@ version: '{build}' pull_requests: do_not_increment_build_number: true environment: + TGS4_TEST_DATABASE_TYPE: SqlServer + TGS4_TEST_CONNECTION_STRING: Server=(local)\SQL2017;Database=master;User ID=sa;Password=Password12! repo_token: secure: lJNGAXwiB5HlWdthz3K4PetqpTG5IEAyRgKaiKxFMQ8HW8CcOjRtB97B05op7BsK branches: @@ -9,9 +11,6 @@ branches: - master skip_tags: true image: Visual Studio 2017 -environment: - TGS4_TEST_DATABASE_TYPE: SqlServer - TGS4_TEST_CONNECTION_STRING: Server=(local)\SQL2017;Database=master;User ID=sa;Password=Password12! configuration: - Debug - Release