Skip to content

Commit

Permalink
Ignore ce folder
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Feb 13, 2023
1 parent a5d8f97 commit 9c0283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/Create-PRDiff.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Param(
[String]$DiffFile
)

Start-Process -FilePath 'git' -ArgumentList 'diff' `
Start-Process -FilePath 'git' -ArgumentList 'diff' ':!ce' `
-NoNewWindow -Wait `
-RedirectStandardOutput $DiffFile
if (0 -ne (Get-Item -LiteralPath $DiffFile).Length)
Expand Down

0 comments on commit 9c0283c

Please sign in to comment.