Skip to content

Commit

Permalink
Updating TE package to fix translation layer issues for Hydra (#8555)
Browse files Browse the repository at this point in the history
  • Loading branch information
prawalagarwal authored Oct 11, 2018
1 parent 381a5c1 commit 7cb771e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dest": "./"
},
{
"url": "https://testexecution.blob.core.windows.net/testexecution/7456240/TestAgent.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/7474750/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/runvstest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function execute() {
console.log(tl.loc('nonDistributedTestWorkflow'));
console.log('======================================================');
const inputDataContract = inputParser.parseInputsForNonDistributedTestRun();
if (enableApiExecution || (inputDataContract.ExecutionSettings
if (enableApiExecution || inputDataContract.EnableSingleAgentAPIFlow || (inputDataContract.ExecutionSettings
&& inputDataContract.ExecutionSettings.RerunSettings
&& inputDataContract.ExecutionSettings.RerunSettings.RerunFailedTests)) {
if (enableApiExecution) {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 141,
"Patch": 7
"Patch": 8
},
"demands": [
"vstest"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 141,
"Patch": 7
"Patch": 8
},
"demands": [
"vstest"
Expand Down

0 comments on commit 7cb771e

Please sign in to comment.