Skip to content

Commit fa8e995

Browse files
committed
Fix syntax error in SQL Server 2025 test configuration in azure-pipelines.yml
1 parent aa3877b commit fa8e995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ stages:
12681268
TEST_CONFIGURATION: 'Integration_SQL2022'
12691269
SQL2025_WIN2025:
12701270
JOB_VMIMAGE: 'windows-2025'
1271-
TEST_CONFIGURATION: 'Integration_SQL2025
1271+
TEST_CONFIGURATION: 'Integration_SQL2025'
12721272
pool:
12731273
vmImage: $(JOB_VMIMAGE)
12741274
timeoutInMinutes: 0

0 commit comments

Comments
 (0)