From e1deda5f01967be96ba8e4b766315e7d35a7e9ee Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Thu, 15 Nov 2018 15:28:58 -0800 Subject: [PATCH] update training branch --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 69523fbb9bc..a3480243073 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -11,8 +11,8 @@ queue: variables: BuildPlatform: 'Any CPU' - InsertTargetBranchFullName: 'rel/d16.0' - InsertTargetBranchShortName: 'd16.0' + InsertTargetBranchFullName: 'lab/d16.0stg' + InsertTargetBranchShortName: 'd16.0stg' steps: - task: NuGetCommand@2 inputs: -- GitLab