Skip to content

Commit

Permalink
[StaticAnalysis] Update SDKGeneratedCodeVerify.ps1 (#24715)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoriZC authored Apr 23, 2024
1 parent 7029300 commit 268606d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ try {
# Prevent EOL changes detected
git config --global core.safecrlf false
git config --global core.autocrlf true
$diff = git diff
$diff = git diff ".\Generated"
if($diff -ne $null){
$changes = $changes.replace(" ", "`n")
$ExceptionList += [GeneratedSdkIssue]@{
Expand Down

0 comments on commit 268606d

Please sign in to comment.