Skip to content

Added delay in VsTestRunSummary #20977

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion Tasks/VsTestV3/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dest": "./"
},
{
"url": "https://testmanagementstore.z13.web.core.windows.net/testmanagementcontainer/29739532/TestAgent.zip",
"url": "https://testmanagementstore.z13.web.core.windows.net/testmanagementcontainer/29810302/TestAgent.zip",
"dest": "./Modules"
},
{
Expand Down
4 changes: 2 additions & 2 deletions Tasks/VsTestV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 254,
"Patch": 1
"Minor": 255,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we switch to 256? as per https://github.com/microsoft/azure-pipelines-tasks/blob/master/docs/taskversionbumping.md, we set version minor as the next sprint number for PRs after Tuesday of 3rd week

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same deployment cycle is not followed. Currently deployment happens post sprint end, so we should be good with this task version.

"Patch": 0
},
"demands": [
"vstest"
Expand Down
4 changes: 2 additions & 2 deletions Tasks/VsTestV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 3,
"Minor": 254,
"Patch": 1
"Minor": 255,
"Patch": 0
},
"demands": [
"vstest"
Expand Down