Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Make Prepare-Release.ps1 executable
  • Loading branch information
heaths authored and azure-sdk committed Sep 11, 2025
commit f4b5bd53e56710cd1678d0a10aacb6d07372886a
2 changes: 2 additions & 0 deletions eng/common/scripts/Prepare-Release.ps1
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env pwsh

#Requires -Version 6.0

<#
Expand Down