Make Prepare-Release.ps1 executable (#6733)

Co-authored-by: Heath Stewart <heaths@microsoft.com>
This commit is contained in:
Azure SDK Bot 2025-09-11 16:59:08 -07:00 committed by GitHub
parent 3ec5599cf8
commit 1495f1e59d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
eng/common/scripts/Prepare-Release.ps1 Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env pwsh
#Requires -Version 6.0
<#