From e14eaf78425e733645442f6aebf72c70c79efc92 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 21 Sep 2018 16:41:53 -0700 Subject: [PATCH] Update PR should do nothing on nspkg --- azure-sdk-tools/packaging_tools/update_pr.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-sdk-tools/packaging_tools/update_pr.py b/azure-sdk-tools/packaging_tools/update_pr.py index 115b5a07ece7..9b2c3b30dc6e 100644 --- a/azure-sdk-tools/packaging_tools/update_pr.py +++ b/azure-sdk-tools/packaging_tools/update_pr.py @@ -41,6 +41,10 @@ def update_pr(gh_token, repo_id, pr_number): configure_user(gh_token, sdk_repo) for package_name in package_names: + if package_name.endswith("nspkg"): + _LOGGER.info("Skip nspkg packages for update PR") + continue + # Rebuild packaging build_packaging_by_package_name(package_name, sdk_folder, build_conf=True) # Commit that