Skip to content

Commit

Permalink
Adding date change for Sept (Azure#7857)
Browse files Browse the repository at this point in the history
Changing the secondFriday for September.
  • Loading branch information
ronniegeraghty authored Aug 8, 2024
1 parent ead91ed commit ea097b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/template/steps/generate-releasenotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ steps:
{
$secondFridayOfMonth = [DateTime]"2024-07-19"
}
elseif ($d.Year -eq 2024 -and $d.Month -eq 9)
{
$secondFridayOfMonth = [DateTime]"2024-09-20"
}
return $secondFridayOfMonth
}
Expand Down

0 comments on commit ea097b6

Please sign in to comment.