From: wtgodbe Date: Mon, 30 Jan 2017 21:24:16 +0000 (-0800) Subject: Change '.' to '-' in publishing test native binaries X-Git-Tag: submit/tizen/20210909.063632~11030^2~8277^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e22e809f5979b4c4e31a17f2faabf86efcc2e9f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Change '.' to '-' in publishing test native binaries Commit migrated from https://github.com/dotnet/coreclr/commit/6344b1859ffebb8d0bea095573a32ce022b9d929 --- diff --git a/src/coreclr/src/publish.proj b/src/coreclr/src/publish.proj index b1ef3bb..ebbf113 100644 --- a/src/coreclr/src/publish.proj +++ b/src/coreclr/src/publish.proj @@ -33,6 +33,7 @@ coreclr-$(PreReleaseLabel)-$(BuildNumberMajor)-$(BuildNumberMinor)-$(__DistroRid)-$(__BuildArch) $(__Container) $(__Container)-$(__DistroRid)-$(__BuildArch) + $(ContainerName.Replace(".","-")) diff --git a/src/coreclr/src/syncAzure.proj b/src/coreclr/src/syncAzure.proj index de468b7..9c262b3 100644 --- a/src/coreclr/src/syncAzure.proj +++ b/src/coreclr/src/syncAzure.proj @@ -6,6 +6,7 @@ coreclr-$(PreReleaseLabel) $(ContainerNamePrefix)-$(BuildNumberMajor)-$(BuildNumberMinor) $(__Container) + $(ContainerName.Replace(".","-")) $(PackagesDir)AzureTransfer $(PackagesDir)TestNativeBins