From 6fd9df7cba3e07063a2f47034103010ba5984bc6 Mon Sep 17 00:00:00 2001 From: Patrick Hallisey Date: Wed, 10 Dec 2025 11:04:26 -0800 Subject: [PATCH] Add #Requires statement to common.ps1 --- eng/common/scripts/common.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/common/scripts/common.ps1 b/eng/common/scripts/common.ps1 index 6bef283e4..f9411ccc1 100644 --- a/eng/common/scripts/common.ps1 +++ b/eng/common/scripts/common.ps1 @@ -1,3 +1,4 @@ +#Requires -Version 7.0 # cSpell:ignore Apireview # cSpell:ignore Onboarded $RepoRoot = Resolve-Path (Join-Path $PSScriptRoot .. .. ..)