Change blob item category to uppercase. (#1258)
authorJustin Anderson <jander-msft@users.noreply.github.com>
Thu, 18 Jun 2020 03:59:49 +0000 (20:59 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 03:59:49 +0000 (20:59 -0700)
eng/Publishing.props

index cf9d9e5a6940e187523dcab5ae0479cc38b234f4..15e4a106c75f76c32034e0800ce018b742a01fe3 100644 (file)
@@ -34,7 +34,8 @@
     <ItemGroup>
       <_PackageArtifactData Include="@(_CommonArtifactData)" />
       <!-- Setting Category to Other will upload to installers blob feed. -->
-      <_PackageArtifactData Include="Category=Other" />
+      <!-- Feed configuration categories are uppercase and case sensitive in PublishArtifactsInManifest task. -->
+      <_PackageArtifactData Include="Category=OTHER" />
     </ItemGroup>
 
     <!-- Capture each blob item to upload to blob feed -->