Enable nightly flighting (#1413)
This commit is contained in:
parent
4e9d014b5d
commit
317abe03cd
@ -4,6 +4,13 @@
|
|||||||
# Store and the Windows image. This pipeline relies on Microsoft-internal resources to run.
|
# Store and the Windows image. This pipeline relies on Microsoft-internal resources to run.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
schedules:
|
||||||
|
- cron: "0 7 * * *"
|
||||||
|
displayName: Daily midnight build
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- master
|
||||||
|
|
||||||
trigger: none
|
trigger: none
|
||||||
pr: none
|
pr: none
|
||||||
|
|
||||||
|
@ -134,6 +134,8 @@ jobs:
|
|||||||
skipPolling: true
|
skipPolling: true
|
||||||
targetPublishMode: Immediate
|
targetPublishMode: Immediate
|
||||||
logPath: '$(SBLogPath)'
|
logPath: '$(SBLogPath)'
|
||||||
|
deletePackages: true
|
||||||
|
numberOfPackagesToKeep: 0
|
||||||
|
|
||||||
- task: PkgESStoreBrokerAeroUpload@10
|
- task: PkgESStoreBrokerAeroUpload@10
|
||||||
displayName: Upload to Aero flighting dashboard
|
displayName: Upload to Aero flighting dashboard
|
||||||
|
Loading…
Reference in New Issue
Block a user