Skip to content

Commit

Permalink
Upgrading PCCRV2 to 2.250 version (#20744)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakmsft authored Dec 23, 2024
1 parent 0824d25 commit cc4095f
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Tasks/Common/coveragepublisher/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"externals": {
"archivePackages": [
{
"url": "https://testmanagementstore.z13.web.core.windows.net/testmanagementcoverage/29330673/CoveragePublisher.zip",
"url": "https://testmanagementstore.z13.web.core.windows.net/testmanagementcoverage/29447407/CoveragePublisher.zip",
"dest": "./"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishCodeCoverageResultsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 249,
"Minor": 250,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishCodeCoverageResultsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 249,
"Minor": 250,
"Patch": 0
},
"demands": [],
Expand Down
4 changes: 2 additions & 2 deletions _generated/PublishCodeCoverageResultsV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.249.0
Node20_229_4|2.249.1
Default|2.250.0
Node20_229_4|2.250.1
7 changes: 4 additions & 3 deletions _generated/PublishCodeCoverageResultsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 249,
"Minor": 250,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -62,7 +62,8 @@
"NoCodeCoverage": "No code coverage results were found to publish."
},
"_buildConfigMapping": {
"Default": "2.249.0",
"Node20_229_4": "2.249.1"
"Default": "2.250.0",
"LocalPackages": "2.249.4",
"Node20_229_4": "2.250.1"
}
}
7 changes: 4 additions & 3 deletions _generated/PublishCodeCoverageResultsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 249,
"Minor": 250,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -62,7 +62,8 @@
"NoCodeCoverage": "ms-resource:loc.messages.NoCodeCoverage"
},
"_buildConfigMapping": {
"Default": "2.249.0",
"Node20_229_4": "2.249.1"
"Default": "2.250.0",
"LocalPackages": "2.249.4",
"Node20_229_4": "2.250.1"
}
}
4 changes: 4 additions & 0 deletions _generated/PublishCodeCoverageResultsV2_Node20/.npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
scripts-prepend-node-path=true

registry=https://pkgs.dev.azure.com/mseng/PipelineTools/_packaging/PipelineTools_PublicPackages/npm/registry/

always-auth=true
7 changes: 4 additions & 3 deletions _generated/PublishCodeCoverageResultsV2_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 249,
"Minor": 250,
"Patch": 1
},
"demands": [],
Expand Down Expand Up @@ -66,7 +66,8 @@
"NoCodeCoverage": "No code coverage results were found to publish."
},
"_buildConfigMapping": {
"Default": "2.249.0",
"Node20_229_4": "2.249.1"
"Default": "2.250.0",
"LocalPackages": "2.249.4",
"Node20_229_4": "2.250.1"
}
}
7 changes: 4 additions & 3 deletions _generated/PublishCodeCoverageResultsV2_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 249,
"Minor": 250,
"Patch": 1
},
"demands": [],
Expand Down Expand Up @@ -66,7 +66,8 @@
"NoCodeCoverage": "ms-resource:loc.messages.NoCodeCoverage"
},
"_buildConfigMapping": {
"Default": "2.249.0",
"Node20_229_4": "2.249.1"
"Default": "2.250.0",
"LocalPackages": "2.249.4",
"Node20_229_4": "2.250.1"
}
}

0 comments on commit cc4095f

Please sign in to comment.