Skip to content

Commit

Permalink
Update eng/common/scripts/Prepare-Release.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored and azure-sdk committed Feb 2, 2024
1 parent 5233b2d commit 5b03f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Prepare-Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ else
}

# Use InvariantCulture so that the date format is consistent on all machines
$releaseDateString = $ParsedReleaseDate.ToSTring("MM/dd/yyyy", [CultureInfo]::InvariantCulture)
$releaseDateString = $ParsedReleaseDate.ToString("MM/dd/yyyy", [CultureInfo]::InvariantCulture)
$month = $ParsedReleaseDate.ToString("MMMM")

Write-Host "Assuming release is in $month with release date $releaseDateString" -ForegroundColor Green
Expand Down

0 comments on commit 5b03f6e

Please sign in to comment.