We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a XAML file is deleted in the PR, the workflow for checking the format encounters an unexpected error. See error log.
see commit in example.
Add --diff-filter=d to exclude deleted XAML files.
--diff-filter=d
$changedFiles = (git diff --diff-filter=d --name-only HEAD~1) -split "\n" | Where-Object {$_ -like "*.xaml"}
Any
None
The text was updated successfully, but these errors were encountered:
Thank you for reporting and fixing this issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
When a XAML file is deleted in the PR, the workflow for checking the format encounters an unexpected error. See error log.
Steps To Reproduce
see commit in example.
Requirements
Add
--diff-filter=d
to exclude deleted XAML files.Files Version
Any
Windows Version
Any
Log File
None
The text was updated successfully, but these errors were encountered: