2023-09-12 14:16:27 +02:00
|
|
|
name: Nightly_$(TeamProject)_$(Build.DefinitionName)_$(SourceBranchName)_$(Date:yyyyMMdd)$(Rev:.r)
|
|
|
|
|
|
2023-10-26 09:01:25 +02:00
|
|
|
pr: none
|
2023-09-15 10:02:29 +02:00
|
|
|
trigger: none
|
|
|
|
|
|
2023-09-12 14:16:27 +02:00
|
|
|
schedules:
|
|
|
|
|
- cron: '0 0 * * *'
|
|
|
|
|
displayName: Daily midnight build
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- v13/dev
|
2025-10-06 13:39:55 +02:00
|
|
|
- v17/dev
|
2025-05-07 12:02:31 +02:00
|
|
|
- main
|
2023-09-12 14:16:27 +02:00
|
|
|
|
|
|
|
|
steps:
|
2023-12-05 10:54:23 +01:00
|
|
|
- checkout: none
|
2023-09-12 14:16:27 +02:00
|
|
|
- task: TriggerBuild@4
|
|
|
|
|
inputs:
|
|
|
|
|
definitionIsInCurrentTeamProject: true
|
|
|
|
|
buildDefinition: '301'
|
|
|
|
|
queueBuildForUserThatTriggeredBuild: true
|
|
|
|
|
ignoreSslCertificateErrors: false
|
|
|
|
|
useSameSourceVersion: false
|
|
|
|
|
useCustomSourceVersion: false
|
|
|
|
|
useSameBranch: true
|
|
|
|
|
waitForQueuedBuildsToFinish: false
|
|
|
|
|
storeInEnvironmentVariable: false
|
2024-09-25 07:04:12 +02:00
|
|
|
templateParameters: 'sqlServerIntegrationTests: true, forceReleaseTestFilter: true, myGetDeploy: true, isNightly: true'
|
2023-09-12 14:16:27 +02:00
|
|
|
authenticationMethod: 'OAuth Token'
|
|
|
|
|
enableBuildInQueueCondition: false
|
|
|
|
|
dependentOnSuccessfulBuildCondition: false
|
|
|
|
|
dependentOnFailedBuildCondition: false
|
|
|
|
|
checkbuildsoncurrentbranch: false
|
2023-12-05 10:54:23 +01:00
|
|
|
failTaskIfConditionsAreNotFulfilled: false
|