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

-12
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

+7-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/PublishSymbolsV2/task.json

+1-1
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

+1-1
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": [
+2-2
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

-12
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

+7-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_generated/PublishSymbolsV2/task.json

+3-3
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

+3-3
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

-12
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_Node20/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 247,
17-
"Patch": 9
17+
"Patch": 11
1818
},
1919
"minimumAgentVersion": "2.144.0",
2020
"groups": [
@@ -257,7 +257,7 @@
257257
"NodeVersionSupport": "Node v{0} is no longer supported starting 08/31/2024. Please upgrade pipeline agent to latest version for Node 16 or later."
258258
},
259259
"_buildConfigMapping": {
260-
"Default": "2.247.8",
261-
"Node20_229_14": "2.247.9"
260+
"Default": "2.247.10",
261+
"Node20_229_14": "2.247.11"
262262
}
263263
}

_generated/PublishSymbolsV2_Node20/task.loc.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 2,
1616
"Minor": 247,
17-
"Patch": 9
17+
"Patch": 11
1818
},
1919
"minimumAgentVersion": "2.144.0",
2020
"groups": [
@@ -257,7 +257,7 @@
257257
"NodeVersionSupport": "ms-resource:loc.messages.NodeVersionSupport"
258258
},
259259
"_buildConfigMapping": {
260-
"Default": "2.247.8",
261-
"Node20_229_14": "2.247.9"
260+
"Default": "2.247.10",
261+
"Node20_229_14": "2.247.11"
262262
}
263263
}

0 commit comments

Comments
 (0)