From f6fda26ec8c070b7528f12515f65ea7ed635d2b7 Mon Sep 17 00:00:00 2001 From: William Lee Date: Thu, 14 Sep 2017 15:42:10 -0700 Subject: [PATCH] Fix missing Badges By setting IsBuildingAndPublishingAllLinuxDistrosNativeInstallers in right order --- ...ublishAllLinuxDistrosNativeInstallers.targets | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/build/BuildAndPublishAllLinuxDistrosNativeInstallers.targets b/build/BuildAndPublishAllLinuxDistrosNativeInstallers.targets index 8eb8faccc..79d5fea44 100644 --- a/build/BuildAndPublishAllLinuxDistrosNativeInstallers.targets +++ b/build/BuildAndPublishAllLinuxDistrosNativeInstallers.targets @@ -2,11 +2,8 @@ - - - true - - + + - - + + + + + true + + \ No newline at end of file