Skip to content

Commit 6ac6b87

Browse files
committed
Try Azure again.
1 parent aff4250 commit 6ac6b87

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@ test_script:
2020
- timeout /t 4 /nobreak > NUL
2121
- sqlcmd -S ".\SQL2014" -U sa -P Password12! -i %APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.sql
2222
- bundle exec rake test ACTIVERECORD_UNITTEST_DATASERVER="localhost\SQL2014"
23-
- bundle exec rake test ACTIVERECORD_UNITTEST_DATASERVER="localhost\SQL2014" ACTIVERECORD_UNITTEST_TDSVERSION="7.3"
2423
- ps: Stop-Service 'MSSQL$SQL2014'
2524
- ps: Start-Service 'MSSQL$SQL2012SP1'
2625
- timeout /t 4 /nobreak > NUL
2726
- sqlcmd -S ".\SQL2012SP1" -U sa -P Password12! -i %APPVEYOR_BUILD_FOLDER%\test\appveyor\dbsetup.sql
2827
- bundle exec rake test ACTIVERECORD_UNITTEST_DATASERVER="localhost\SQL2012SP1"
29-
- bundle exec rake test ACTIVERECORD_UNITTEST_DATASERVER="localhost\SQL2012SP1" ACTIVERECORD_UNITTEST_TDSVERSION="7.3"
30-
# - timeout /t 4 /nobreak > NUL
31-
# - bundle exec rake test ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_AZURE=1
32-
# - timeout /t 4 /nobreak > NUL
33-
# - bundle exec rake test ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_AZURE=1 TDSVER=7.3
28+
- timeout /t 4 /nobreak > NUL
29+
- bundle exec rake test ACTIVERECORD_UNITTEST_HOST=%CI_AZURE_HOST% ACTIVERECORD_UNITTEST_PASS=%CI_AZURE_PASS% ACTIVERECORD_UNITTEST_AZURE=1
3430
environment:
3531
CI_AZURE_HOST:
3632
secure: VChrioaIWkf9iuuaSs4cryiA4honrADgZqNC0++begg=

0 commit comments

Comments
 (0)