Skip to content

Commit

Permalink
Debug which "not"
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Dec 10, 2023
1 parent 6cea356 commit 2493087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ schedules:
variables:
system.debug: true
system.log: true
use_lockfile: not(eq(variables['Build.CronSchedule.DisplayName'], 'Daily midnight build'))
use_lockfile: true
# not(eq(variables['Build.CronSchedule.DisplayName'], 'Daily midnight build'))

stages:
- stage: Analyze
Expand Down

0 comments on commit 2493087

Please sign in to comment.