Merge pull request #9470 from johnbeisner/UpdateBranchInfo

Correcting the 'Channel' and 'BranchName' to "release/2.1.3xx"
This commit is contained in:
John Beisner 2018-06-13 09:54:20 -07:00 committed by GitHub
commit 24f83b0417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Channel>master</Channel>
<BranchName>master</BranchName>
<Channel>release/2.1.3xx</Channel>
<BranchName>release/2.1.3xx</BranchName>
</PropertyGroup>
</Project>