Correct the 'Channel' and 'BranchName' to "release/2.1.3xx"

This commit is contained in:
jbeisner 2018-06-12 22:15:53 +00:00
parent 9ab03e695e
commit af6b9ab12e

View file

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