From 8fbac32ed84842fa0cb83ba812d0f5f9878863df Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 4 Oct 2017 11:57:26 -0700 Subject: [PATCH] Only attempt to publish npm when npm artifacts exist --- build/push.targets | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/build/push.targets b/build/push.targets index b2a563794e..d52845fc48 100644 --- a/build/push.targets +++ b/build/push.targets @@ -1,35 +1,32 @@ - + + + + + + - - - <_PackagesToPush Include="$(BuildDir)*.nupkg" /> - <_PackagesToPush Include="$(ArtifactsDir)mirror\*.nupkg" /> - - - + + + + + $(NpmRegistry.Replace("https:", "")):_authToken - - - -