From 8b5322f65d07c44816929c6605707e1e59eee807 Mon Sep 17 00:00:00 2001 From: Shreyas R Date: Fri, 29 Jun 2018 13:24:41 +0530 Subject: [PATCH] Revert "Users/nigurr/update ta (#7567)" This reverts commit f72312a5be518fb801d8d56f0a96bbf708f6de9c. --- Tasks/VsTestV2/inputdatacontract.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tasks/VsTestV2/inputdatacontract.ts b/Tasks/VsTestV2/inputdatacontract.ts index 0a1551bf4746..b80eec6d4906 100644 --- a/Tasks/VsTestV2/inputdatacontract.ts +++ b/Tasks/VsTestV2/inputdatacontract.ts @@ -1,7 +1,7 @@ export interface InputDataContract { AgentName : string; AccessToken : string; - AccessTokenType : string; + AccessTokenType: string; CollectionUri : string; RunIdentifier : string; TeamProject : string; @@ -81,7 +81,6 @@ export interface DistributionSettings { } export interface ExecutionSettings { - DefaultTestBatchSize : number; AssemblyLevelParallelism : boolean; CodeCoverageEnabled : boolean; PathToCustomTestAdapters : string;