Skip to content

Commit

Permalink
Rervert strict mode to allow language level fixes to merge first
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored and azure-sdk committed Jul 25, 2022
1 parent 86e0f1f commit 4cff06f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/common/scripts/Detect-Api-Changes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Param (
[string] $TargetBranch = ("origin/${env:SYSTEM_PULLREQUEST_TARGETBRANCH}" -replace "refs/heads/")
)

Set-StrictMode -version 3
. (Join-Path $PSScriptRoot common.ps1)

# Submit API review request and return status whether current revision is approved or pending or failed to create review
Expand Down

0 comments on commit 4cff06f

Please sign in to comment.