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

Update readme #20546

Merged
merged 8 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
12 changes: 0 additions & 12 deletions Tasks/PublishSymbolsV2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@ The task requires either Node v16 or Node v20 to run. The task does not support

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

## How to build task locally:

1) Create new branch from master
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)
3) Update your changes
4) Update "package.json" and "_buildConfigs/Node20/package.json" in ".\Tasks\PublishSymbolsV2\"
5) Run command "npm i" at folder ".\Tasks\PublishSymbolsV2\
6) Run command at root "npm i"
7) Run command at root "node make.js build --task PublishSymbolsV2"
8) Refer files generated at "_build" to test locally
9) Check-in files changed from ".\Tasks\PublishSymbolsV2\" and files generated from "_generated"

```yaml

Using PAT
Expand Down
19 changes: 7 additions & 12 deletions Tasks/PublishSymbolsV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/PublishSymbolsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 247,
"Patch": 8
"Patch": 10
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishSymbolsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 247,
"Patch": 8
"Patch": 10
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/PublishSymbolsV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.247.8
Node20_229_14|2.247.9
Default|2.247.10
Node20_229_14|2.247.11
12 changes: 0 additions & 12 deletions _generated/PublishSymbolsV2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@ The task requires either Node v16 or Node v20 to run. The task does not support

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

## How to build task locally:

1) Create new branch from master
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)
3) Update your changes
4) Update "package.json" and "_buildConfigs/Node20/package.json" in ".\Tasks\PublishSymbolsV2\"
5) Run command "npm i" at folder ".\Tasks\PublishSymbolsV2\
6) Run command at root "npm i"
7) Run command at root "node make.js build --task PublishSymbolsV2"
8) Refer files generated at "_build" to test locally
9) Check-in files changed from ".\Tasks\PublishSymbolsV2\" and files generated from "_generated"

```yaml

Using PAT
Expand Down
19 changes: 7 additions & 12 deletions _generated/PublishSymbolsV2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions _generated/PublishSymbolsV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 247,
"Patch": 8
"Patch": 10
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down Expand Up @@ -249,7 +249,7 @@
"NodeVersionSupport": "Node v{0} is no longer supported starting 08/31/2024. Please upgrade pipeline agent to latest version for Node 16 or later."
},
"_buildConfigMapping": {
"Default": "2.247.8",
"Node20_229_14": "2.247.9"
"Default": "2.247.10",
"Node20_229_14": "2.247.11"
}
}
6 changes: 3 additions & 3 deletions _generated/PublishSymbolsV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 247,
"Patch": 8
"Patch": 10
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down Expand Up @@ -249,7 +249,7 @@
"NodeVersionSupport": "ms-resource:loc.messages.NodeVersionSupport"
},
"_buildConfigMapping": {
"Default": "2.247.8",
"Node20_229_14": "2.247.9"
"Default": "2.247.10",
"Node20_229_14": "2.247.11"
}
}
12 changes: 0 additions & 12 deletions _generated/PublishSymbolsV2_Node20/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@ The task requires either Node v16 or Node v20 to run. The task does not support

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

## How to build task locally:

1) Create new branch from master
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)
3) Update your changes
4) Update "package.json" and "_buildConfigs/Node20/package.json" in ".\Tasks\PublishSymbolsV2\"
5) Run command "npm i" at folder ".\Tasks\PublishSymbolsV2\
6) Run command at root "npm i"
7) Run command at root "node make.js build --task PublishSymbolsV2"
8) Refer files generated at "_build" to test locally
9) Check-in files changed from ".\Tasks\PublishSymbolsV2\" and files generated from "_generated"

```yaml

Using PAT
Expand Down
6 changes: 3 additions & 3 deletions _generated/PublishSymbolsV2_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 247,
"Patch": 9
"Patch": 11
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down Expand Up @@ -257,7 +257,7 @@
"NodeVersionSupport": "Node v{0} is no longer supported starting 08/31/2024. Please upgrade pipeline agent to latest version for Node 16 or later."
},
"_buildConfigMapping": {
"Default": "2.247.8",
"Node20_229_14": "2.247.9"
"Default": "2.247.10",
"Node20_229_14": "2.247.11"
}
}
6 changes: 3 additions & 3 deletions _generated/PublishSymbolsV2_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 2,
"Minor": 247,
"Patch": 9
"Patch": 11
},
"minimumAgentVersion": "2.144.0",
"groups": [
Expand Down Expand Up @@ -257,7 +257,7 @@
"NodeVersionSupport": "ms-resource:loc.messages.NodeVersionSupport"
},
"_buildConfigMapping": {
"Default": "2.247.8",
"Node20_229_14": "2.247.9"
"Default": "2.247.10",
"Node20_229_14": "2.247.11"
}
}