File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# tSQLt CI
22name : tSQLt_CI_$(Date:yyyyMMdd)$(Rev:.r)($(Build.BuildId))
33
4- trigger : none
4+ trigger :
5+ - main
56pr : none
67
8+ schedules :
9+ - cron : 0 8 * * *
10+ displayName : Daily Build of Main Branch
11+ branches :
12+ include :
13+ - main
14+ always : true
15+
716pool :
817 vmImage : ' windows-latest'
918
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ tSQLt.Private_Seize.tbl.sql
5757tSQLt.Private_Init.ssp.sql
5858tSQLt.Private_HostPlatform.svw.sql
5959tSQLt.Private_NoTransactionTableAction.view.sql
60+ tSQLt.Private_MarktSQLtTempObject.ssp.sql
6061tSQLt.Private_NoTransactionHandleTable.ssp.sql
6162tSQLt.Private_NoTransactionHandleTables.ssp.sql
6263tSQLt.Private_CleanUpCmdHandler.ssp.sql
@@ -71,7 +72,6 @@ tSQLt.Private_ScriptIndex.sfn.sql
7172tSQLt.Private_RemoveSchemaBinding.ssp.sql
7273tSQLt.Private_RemoveSchemaBoundReferences.ssp.sql
7374tSQLt.Private_GetForeignKeyDefinition.sfn.sql
74- tSQLt.Private_MarktSQLtTempObject.ssp.sql
7575ApplyConstraint_Methods.sql
7676tSQLt.Private_ValidateFakeTableParameters.ssp.sql
7777tSQLt.Private_GetDataTypeOrComputedColumnDefinition.sfn.sql
You can’t perform that action at this time.
0 commit comments