From af660e5a76fd5298523da9a50df7a3cc56c18612 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Mon, 3 Jul 2017 14:34:04 -0700 Subject: [PATCH] Conserving code-lines. --- build/Publish.targets | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/build/Publish.targets b/build/Publish.targets index e1608b8e5..48c4db93d 100644 --- a/build/Publish.targets +++ b/build/Publish.targets @@ -23,8 +23,7 @@ UploadArtifactsToAzure; UploadChecksumsToAzure; PublishDebFilesToDebianRepo; - PublishCliVersionBadge; - PublishCliCoherentBadge" /> + PublishCliVersionBadge" /> @@ -46,6 +45,8 @@ + @@ -67,30 +68,4 @@ ContainerName="$(ArtifactContainerName)" Items="@(CliVersionBadgeToUpload)" /> - - - - - - - - - $(Product)/$(FullNugetVersion)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('\' ,'/')) - - - - - - - \ No newline at end of file