Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated VsTestV2 task to version 10932935 And PTR Task to version 10925608 #11807

Merged
merged 6 commits into from
Nov 22, 2019
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tasks/PublishTestResultsV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"externals": {
"archivePackages": [
{
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/10864897/PublishTestResults.zip",
"url": "https://publishtestresults.blob.core.windows.net/publishtestresults/10925608/PublishTestResults.zip",
"dest": "./"
}
]
}
}
}
6 changes: 3 additions & 3 deletions Tasks/PublishTestResultsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 160,
"Patch": 2
"Minor": 161,
"Patch": 0
},
"demands": [],
"releaseNotes": "<ul><li>NUnit3 support</li><li>Support for Minimatch files pattern</li></ul>",
Expand Down Expand Up @@ -135,4 +135,4 @@
"ErrorTestResultsPublisher": "Error while executing TestResultsPublisher: %s.",
"ErrorFailTaskOnFailedTests": "There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab."
}
}
}
4 changes: 2 additions & 2 deletions Tasks/PublishTestResultsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 160,
"Patch": 2
"Minor": 161,
"Patch": 0
},
"demands": [],
"releaseNotes": "ms-resource:loc.releaseNotes",
Expand Down
4 changes: 2 additions & 2 deletions 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/10932674/TestAgent.zip",
"url": "https://testexecution.blob.core.windows.net/testexecution/10932935/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down Expand Up @@ -40,4 +40,4 @@
"options": "-Rf"
}
]
}
}
6 changes: 3 additions & 3 deletions Tasks/VsTestV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 161,
"Patch": 2
"Minor": 162,
ShreyasRmsft marked this conversation as resolved.
Show resolved Hide resolved
"Patch": 0
},
"demands": [
"vstest"
Expand Down Expand Up @@ -641,4 +641,4 @@
"LookingForBuildToolsInstalltion": "Attempting to find vstest.console from a visual studio build tools installation with version %s.",
"LookingForVsInstalltion": "Attempting to find vstest.console from a visual studio installation with version %s."
}
}
}
4 changes: 2 additions & 2 deletions Tasks/VsTestV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 161,
"Patch": 2
"Minor": 162,
ShreyasRmsft marked this conversation as resolved.
Show resolved Hide resolved
"Patch": 0
},
"demands": [
"vstest"
Expand Down