Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Dec 21, 2020
1 parent 7a503ba commit 2c1ddcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger:
- '*'

schedules:
- cron: "0 19 * * Sun"
- cron: "0 19 * * 0"
displayName: Weekly build
branches:
include:
Expand Down Expand Up @@ -105,4 +105,4 @@ steps:
title: 'Version $(dBTestCompareVersion)'
changeLogCompareToRelease: 'lastNonDraftReleaseByTag'
changeLogType: 'commitBased'
assets: $(Build.ArtifactStagingDirectory)/DBTestCompare$(dBTestCompareVersion).zip
assets: $(Build.ArtifactStagingDirectory)/DBTestCompare$(dBTestCompareVersion).zip

0 comments on commit 2c1ddcc

Please sign in to comment.