Merge pull request #4715 from dotnet/mmitche-patch-2

Fix channel for feature/utf8string
This commit is contained in:
Matt Mitchell 2018-10-31 08:49:03 -07:00 коммит произвёл GitHub
Родитель b40f8de230 4e2cc37ed4
Коммит 61467b367e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@
<ReleaseSuffix>$(PreReleaseLabel)</ReleaseSuffix>
<ReleaseBrandSuffix>Alpha Feature Utf8String</ReleaseBrandSuffix>
<Channel>master</Channel>
<Channel>feature/utf8string</Channel>
<ContainerName>dotnet</ContainerName>
<ChecksumContainerName>$(ContainerName)</ChecksumContainerName>
<NETCoreAppMaximumVersion>$(MajorVersion).$(MinorVersion)</NETCoreAppMaximumVersion>