Skip to content

Commit

Permalink
Revert "Users/nigurr/update ta (#7567)"
Browse files Browse the repository at this point in the history
This reverts commit f72312a.
  • Loading branch information
ShreyasRmsft committed Jun 29, 2018
1 parent 71b76b7 commit 8b5322f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tasks/VsTestV2/inputdatacontract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export interface InputDataContract {
AgentName : string;
AccessToken : string;
AccessTokenType : string;
AccessTokenType: string;
CollectionUri : string;
RunIdentifier : string;
TeamProject : string;
Expand Down Expand Up @@ -81,7 +81,6 @@ export interface DistributionSettings {
}

export interface ExecutionSettings {
DefaultTestBatchSize : number;
AssemblyLevelParallelism : boolean;
CodeCoverageEnabled : boolean;
PathToCustomTestAdapters : string;
Expand Down

0 comments on commit 8b5322f

Please sign in to comment.