Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with .pytool/Plugin removal which was introduced with the l…
…atest codeql.yml change. (#303) The latest codeql.yml change updated the cleanup step to find .pytool/Plugin folder directly instead of using a relevant path form the CodeQL plugin directory. That change didn't take into account how all branches from release/202302 and older have the .pytool/Plugin version of CodeQL and was deleting all plugins in .pytool besides CompilerPlugin. This change excludes the CodeQL plugin if it exists as well.
- Loading branch information