From 2455f147820792e6aa837a413718e3f6b6f033eb Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 1 Aug 2018 23:57:10 -0400 Subject: [PATCH] [mono] Small improvements to the sdk update script - don't copy unnecessary files from the sdk nugets like netcoreapp*, .signature.p7s etc files - slightly better error handling --- mono/build/sdks_and_nugets/deploy_from_nugets.proj | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mono/build/sdks_and_nugets/deploy_from_nugets.proj b/mono/build/sdks_and_nugets/deploy_from_nugets.proj index 7039020781f..230f8423f41 100644 --- a/mono/build/sdks_and_nugets/deploy_from_nugets.proj +++ b/mono/build/sdks_and_nugets/deploy_from_nugets.proj @@ -13,6 +13,12 @@ Inputs="@(FilesToCopy)" Outputs="@(FilesToCopy->'%(OutputDirectory)\%(RecursiveDir)\%(FileName)%(Extension)')"> + + + + + + @@ -20,7 +26,7 @@ + Condition="'$(OS)' != 'Windows_NT' and '@(CopiedFiles)' != ''" /> + + +