Skip to content

Commit b055cbf

Browse files
committed
Fixed build order so that the tSQLt.Private_MarktSQLt_TempObject is compiled before it is needed (and not after); updated AzDO pipeline to run the build every day and also whenever there is a merge to main.
1 parent 946fc4e commit b055cbf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
#tSQLt CI
22
name: tSQLt_CI_$(Date:yyyyMMdd)$(Rev:.r)($(Build.BuildId))
33

4-
trigger: none
4+
trigger: main
55
pr: none
66

7+
schedules:
8+
- cron: 0 8 * * *
9+
displayName: Daily Build of Main Branch
10+
branches:
11+
include: main
12+
always: true
13+
714
pool:
815
vmImage: 'windows-latest'
916

Source/BuildOrder.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ tSQLt.Private_Seize.tbl.sql
5757
tSQLt.Private_Init.ssp.sql
5858
tSQLt.Private_HostPlatform.svw.sql
5959
tSQLt.Private_NoTransactionTableAction.view.sql
60+
tSQLt.Private_MarktSQLtTempObject.ssp.sql
6061
tSQLt.Private_NoTransactionHandleTable.ssp.sql
6162
tSQLt.Private_NoTransactionHandleTables.ssp.sql
6263
tSQLt.Private_CleanUpCmdHandler.ssp.sql
@@ -71,7 +72,6 @@ tSQLt.Private_ScriptIndex.sfn.sql
7172
tSQLt.Private_RemoveSchemaBinding.ssp.sql
7273
tSQLt.Private_RemoveSchemaBoundReferences.ssp.sql
7374
tSQLt.Private_GetForeignKeyDefinition.sfn.sql
74-
tSQLt.Private_MarktSQLtTempObject.ssp.sql
7575
ApplyConstraint_Methods.sql
7676
tSQLt.Private_ValidateFakeTableParameters.ssp.sql
7777
tSQLt.Private_GetDataTypeOrComputedColumnDefinition.sfn.sql

0 commit comments

Comments
 (0)