Skip to content

Commit

Permalink
Test | Updated SQL Server from 2008R2 to 2012 in CI (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulvii authored Oct 4, 2019
1 parent d83d4d0 commit 690b21f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft JDBC Driver for SQL Server CI Build triggers tests against below SQL Servers:
# Microsoft JDBC Driver for SQL Server CI build triggers tests against below SQL Servers:
# - SQL Server 2019
# - SQL Server 2008 R2
# - SQL Server 2012
jobs:
- job: "CI_Build"
pool:
Expand All @@ -11,8 +11,8 @@ jobs:
SQL-2019:
Target_SQL: 'SQL-2k19-01'
Ex_Groups: 'xSQLv15'
SQL-2008R2:
Target_SQL: 'SQL-2k8R2-SP3-1'
SQL-2012:
Target_SQL: 'SQL-2K12-SP3-1'
Ex_Groups: 'xSQLv12'
maxParallel: 2
steps:
Expand Down

0 comments on commit 690b21f

Please sign in to comment.