From 8f68acd8bb2613c76771b1b7b941662e0e183f68 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 15 Jul 2020 13:32:28 -0700 Subject: [PATCH] Use more consistent manifest attributes (#7991) Create manifest attributes that are consistent with arcade's usage. This also means they will be consistent between manifests, which is important. --- eng/Publishing.props | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 8fbd7a705..568312d2e 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -14,6 +14,33 @@ true + + + $(SYSTEM_TEAMFOUNDATIONCOLLECTIONURI) + + + $(CollectionUri.Split('/')[3]) + + + $(CollectionUri.Split('.')[0].Split('/')[2]) + + + + + + + + + + + + + +