Skip to content

Commit c63e2d2

Browse files
authored
Merge pull request #151 from tSQLt-org/Unresolved-reference-to-tSQLt.Private_MarktSQLtTempObject-#150
Fixed build order so that the tSQLt.Private_MarktSQLt_TempObject is c…
2 parents 946fc4e + 8c42403 commit c63e2d2

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CI/Azure-DevOps/AZ_MainPipeline.yml

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

4-
trigger: none
4+
trigger:
5+
- main
56
pr: 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+
716
pool:
817
vmImage: 'windows-latest'
918

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)