Skip to content

Commit

Permalink
Merge pull request #1872 from Microsoft/users/achalla/VstestBugFix
Browse files Browse the repository at this point in the history
resource file path for vstest
  • Loading branch information
AshwiniChalla authored Jun 13, 2016
2 parents 44e03ec + 558cd52 commit 6f31815
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tasks/VsTest/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 40
"Patch": 41
},
"demands": [
"vstest"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTest/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 40
"Patch": 41
},
"demands": [
"vstest"
Expand Down
2 changes: 2 additions & 0 deletions Tasks/VsTest/vstest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ var fs = require('fs');
var xml2js = require('xml2js');

try {
tl.setResourcePath(path.join( __dirname, 'task.json'));

var vsTestVersion: string = tl.getInput('vsTestVersion');
var testAssembly: string = tl.getInput('testAssembly', true);
var testFiltercriteria: string = tl.getInput('testFiltercriteria');
Expand Down

0 comments on commit 6f31815

Please sign in to comment.