projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
723bb93
)
Change blob item category to uppercase. (#1258)
author
Justin Anderson
<jander-msft@users.noreply.github.com>
Thu, 18 Jun 2020 03:59:49 +0000
(20:59 -0700)
committer
GitHub
<noreply@github.com>
Thu, 18 Jun 2020 03:59:49 +0000
(20:59 -0700)
eng/Publishing.props
patch
|
blob
|
history
diff --git
a/eng/Publishing.props
b/eng/Publishing.props
index cf9d9e5a6940e187523dcab5ae0479cc38b234f4..15e4a106c75f76c32034e0800ce018b742a01fe3 100644
(file)
--- a/
eng/Publishing.props
+++ b/
eng/Publishing.props
@@
-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 -->