Skip to content

Commit 415ded0

Browse files
authored
Update readme (#20546)
* Update readme * Update readme * Update task readme
1 parent d10c07d commit 415ded0

File tree

12 files changed

+30
-76
lines changed

12 files changed

+30
-76
lines changed

Tasks/PublishSymbolsV2/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ The task requires either Node v16 or Node v20 to run. The task does not support
5252

5353
* **SymbolsArtifactName**: Specify the artifact name to use for the Symbols artifact. The default is Symbols_$(BuildConfiguration)
5454

55-
## How to build task locally:
56-
57-
1) Create new branch from master
58-
2) Use Node v10.24.1 and npm v6.14.12 when building the task (you can use 'nvm' to quickly and easily switch between different Node versions)
59-
3) Update your changes
60-
4) Update "package.json" and "_buildConfigs/Node20/package.json" in ".\Tasks\PublishSymbolsV2\"
61-
5) Run command "npm i" at folder ".\Tasks\PublishSymbolsV2\
62-
6) Run command at root "npm i"
63-
7) Run command at root "node make.js build --task PublishSymbolsV2"
64-
8) Refer files generated at "_build" to test locally
65-
9) Check-in files changed from ".\Tasks\PublishSymbolsV2\" and files generated from "_generated"
66-
6755
```yaml
6856

6957
Using PAT

Tasks/PublishSymbolsV2/package-lock.json

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/PublishSymbolsV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 247,
17-
"Patch": 8
17+
"Patch": 10
1818
},
1919
"minimumAgentVersion": "2.144.0",
2020
"groups": [

Tasks/PublishSymbolsV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 247,
17-
"Patch": 8
17+
"Patch": 10
1818
},
1919
"minimumAgentVersion": "2.144.0",
2020
"groups": [
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|2.247.8
2-
Node20_229_14|2.247.9
1+
Default|2.247.10
2+
Node20_229_14|2.247.11

_generated/PublishSymbolsV2/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ The task requires either Node v16 or Node v20 to run. The task does not support
5252

5353
* **SymbolsArtifactName**: Specify the artifact name to use for the Symbols artifact. The default is Symbols_$(BuildConfiguration)
5454

55-
## How to build task locally:
56-
57-
1) Create new branch from master
58-
2) Use Node v10.24.1 and npm v6.14.12 when building the task (you can use 'nvm' to quickly and easily switch between different Node versions)
59-
3) Update your changes
60-
4) Update "package.json" and "_buildConfigs/Node20/package.json" in ".\Tasks\PublishSymbolsV2\"
61-
5) Run command "npm i" at folder ".\Tasks\PublishSymbolsV2\
62-
6) Run command at root "npm i"
63-
7) Run command at root "node make.js build --task PublishSymbolsV2"
64-
8) Refer files generated at "_build" to test locally
65-
9) Check-in files changed from ".\Tasks\PublishSymbolsV2\" and files generated from "_generated"
66-
6755
```yaml
6856

6957
Using PAT

_generated/PublishSymbolsV2/package-lock.json

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_generated/PublishSymbolsV2/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 247,
17-
"Patch": 8
17+
"Patch": 10
1818
},
1919
"minimumAgentVersion": "2.144.0",
2020
"groups": [
@@ -249,7 +249,7 @@
249249
"NodeVersionSupport": "Node v{0} is no longer supported starting 08/31/2024. Please upgrade pipeline agent to latest version for Node 16 or later."
250250
},
251251
"_buildConfigMapping": {
252-
"Default": "2.247.8",
253-
"Node20_229_14": "2.247.9"
252+
"Default": "2.247.10",
253+
"Node20_229_14": "2.247.11"
254254
}
255255
}

_generated/PublishSymbolsV2/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 247,
17-
"Patch": 8
17+
"Patch": 10
1818
},
1919
"minimumAgentVersion": "2.144.0",
2020
"groups": [
@@ -249,7 +249,7 @@
249249
"NodeVersionSupport": "ms-resource:loc.messages.NodeVersionSupport"
250250
},
251251
"_buildConfigMapping": {
252-
"Default": "2.247.8",
253-
"Node20_229_14": "2.247.9"
252+
"Default": "2.247.10",
253+
"Node20_229_14": "2.247.11"
254254
}
255255
}

_generated/PublishSymbolsV2_Node20/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,6 @@ The task requires either Node v16 or Node v20 to run. The task does not support
5252

5353
* **SymbolsArtifactName**: Specify the artifact name to use for the Symbols artifact. The default is Symbols_$(BuildConfiguration)
5454

55-
## How to build task locally:
56-
57-
1) Create new branch from master
58-
2) Use Node v10.24.1 and npm v6.14.12 when building the task (you can use 'nvm' to quickly and easily switch between different Node versions)
59-
3) Update your changes
60-
4) Update "package.json" and "_buildConfigs/Node20/package.json" in ".\Tasks\PublishSymbolsV2\"
61-
5) Run command "npm i" at folder ".\Tasks\PublishSymbolsV2\
62-
6) Run command at root "npm i"
63-
7) Run command at root "node make.js build --task PublishSymbolsV2"
64-
8) Refer files generated at "_build" to test locally
65-
9) Check-in files changed from ".\Tasks\PublishSymbolsV2\" and files generated from "_generated"
66-
6755
```yaml
6856

6957
Using PAT

0 commit comments

Comments
 (0)