azure-pipelines.nuget.yml Pipeline migration to 1ES
This PR migrates azure-pipelines.nuget.yml to 1ES template
[How Tested:]
- Run the pipeline from the topic branch and check that it completes successfully and that the pipeline artifacts are the same before and after the migration
- https://dev.azure.com/ms/winget-cli/_build/results?buildId=536074&view=results
- To avoid publishing nuget packages to the external feed, the nuget publish yaml code block is disabled when running the topic branch validation aIt is re-enabled for the final PR review.
- [x] I have signed the Contributor License Agreement.
- [ ] This pull request is related to an issue.
Microsoft Reviewers: Open in CodeFlow
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view or the :scroll:action log for details.
Unrecognized words (2)
DShared ESPT
Previously acknowledged words that are now absent
bitspace Mta PFM testdata :arrow_right:To accept :heavy_check_mark: these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:microsoft/winget-cli.git repository
on the user/masudars/Azure_Pipelines_Nuget_To_1ES_Migration branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/microsoft/winget-cli/actions/runs/7426692220/attempts/1'
Available :books: dictionaries could cover words not in the :blue_book: dictionary
This includes both expected items (506) from .github/actions/spelling/expect.txt and unrecognized words (2)
| Dictionary | Entries | Covers |
|---|---|---|
| cspell:win32/src/win32.txt | 53509 | 20 |
| cspell:python/src/python/python-lib.txt | 3873 | 3 |
| cspell:python/src/python/python.txt | 453 | 2 |
| cspell:python/src/common/extra.txt | 741 | 2 |
| cspell:php/php.txt | 2597 | 2 |
| cspell:npm/npm.txt | 288 | 2 |
| cspell:java/java.txt | 7642 | 2 |
| cspell:django/django.txt | 859 | 2 |
| cspell:csharp/csharp.txt | 19 | 2 |
| cspell:sql/src/tsql.txt | 455 | 1 |
Consider adding them using (in .github/workflows/spelling3.yml):
with:
extra_dictionaries:
cspell:win32/src/win32.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:php/php.txt
cspell:npm/npm.txt
cspell:java/java.txt
cspell:django/django.txt
cspell:csharp/csharp.txt
cspell:sql/src/tsql.txt
To stop checking additional dictionaries, add:
with:
check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view or the :scroll:action log for details.
Unrecognized words (2)
DShared ESPT
Previously acknowledged words that are now absent
Azure-Pipelines-1ESPT-ExDShared bitspace Mta PFM testdata :arrow_right:To accept :heavy_check_mark: these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:microsoft/winget-cli.git repository
on the user/masudars/Azure_Pipelines_Nuget_To_1ES_Migration branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/microsoft/winget-cli/actions/runs/7426855173/attempts/1'
Available :books: dictionaries could cover words not in the :blue_book: dictionary
This includes both expected items (507) from .github/actions/spelling/expect.txt and unrecognized words (2)
| Dictionary | Entries | Covers |
|---|---|---|
| cspell:win32/src/win32.txt | 53509 | 20 |
| cspell:python/src/python/python-lib.txt | 3873 | 3 |
| cspell:python/src/python/python.txt | 453 | 2 |
| cspell:python/src/common/extra.txt | 741 | 2 |
| cspell:php/php.txt | 2597 | 2 |
| cspell:npm/npm.txt | 288 | 2 |
| cspell:java/java.txt | 7642 | 2 |
| cspell:django/django.txt | 859 | 2 |
| cspell:csharp/csharp.txt | 19 | 2 |
| cspell:sql/src/tsql.txt | 455 | 1 |
Consider adding them using (in .github/workflows/spelling3.yml):
with:
extra_dictionaries:
cspell:win32/src/win32.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:php/php.txt
cspell:npm/npm.txt
cspell:java/java.txt
cspell:django/django.txt
cspell:csharp/csharp.txt
cspell:sql/src/tsql.txt
To stop checking additional dictionaries, add:
with:
check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view or the :scroll:action log for details.
Unrecognized words (2)
DShared ESPT
Previously acknowledged words that are now absent
1ESPT Azure-Pipelines-1ESPT-ExDShared bitspace ExDShared Mta PFM testdata :arrow_right:To accept :heavy_check_mark: these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:microsoft/winget-cli.git repository
on the user/masudars/Azure_Pipelines_Nuget_To_1ES_Migration branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/microsoft/winget-cli/actions/runs/7589553933/attempts/1'
Available :books: dictionaries could cover words not in the :blue_book: dictionary
This includes both expected items (509) from .github/actions/spelling/expect.txt and unrecognized words (2)
| Dictionary | Entries | Covers |
|---|---|---|
| cspell:win32/src/win32.txt | 53509 | 20 |
| cspell:python/src/python/python-lib.txt | 3873 | 3 |
| cspell:python/src/python/python.txt | 453 | 2 |
| cspell:python/src/common/extra.txt | 741 | 2 |
| cspell:php/php.txt | 2597 | 2 |
| cspell:npm/npm.txt | 288 | 2 |
| cspell:java/java.txt | 7642 | 2 |
| cspell:django/django.txt | 859 | 2 |
| cspell:csharp/csharp.txt | 19 | 2 |
| cspell:sql/src/tsql.txt | 455 | 1 |
Consider adding them using (in .github/workflows/spelling3.yml):
with:
extra_dictionaries:
cspell:win32/src/win32.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:php/php.txt
cspell:npm/npm.txt
cspell:java/java.txt
cspell:django/django.txt
cspell:csharp/csharp.txt
cspell:sql/src/tsql.txt
To stop checking additional dictionaries, add:
with:
check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view or the :scroll:action log for details.
Unrecognized words (2)
cloudai gdnsuppress
Previously acknowledged words that are now absent
Azure-Pipelines-1ESPT-ExDShared bitspace Mta PFM testdata :arrow_right:To accept :heavy_check_mark: these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:microsoft/winget-cli.git repository
on the user/masudars/Azure_Pipelines_Nuget_To_1ES_Migration branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/microsoft/winget-cli/actions/runs/7617589833/attempts/1'
Available :books: dictionaries could cover words not in the :blue_book: dictionary
This includes both expected items (509) from .github/actions/spelling/expect.txt and unrecognized words (2)
| Dictionary | Entries | Covers |
|---|---|---|
| cspell:win32/src/win32.txt | 53509 | 20 |
| cspell:python/src/python/python-lib.txt | 3873 | 3 |
| cspell:python/src/python/python.txt | 453 | 2 |
| cspell:python/src/common/extra.txt | 741 | 2 |
| cspell:php/php.txt | 2597 | 2 |
| cspell:npm/npm.txt | 288 | 2 |
| cspell:java/java.txt | 7642 | 2 |
| cspell:django/django.txt | 859 | 2 |
| cspell:csharp/csharp.txt | 19 | 2 |
| cspell:sql/src/tsql.txt | 455 | 1 |
Consider adding them using (in .github/workflows/spelling3.yml):
with:
extra_dictionaries:
cspell:win32/src/win32.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:php/php.txt
cspell:npm/npm.txt
cspell:java/java.txt
cspell:django/django.txt
cspell:csharp/csharp.txt
cspell:sql/src/tsql.txt
To stop checking additional dictionaries, add:
with:
check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view or the :scroll:action log for details.
Unrecognized words (1)
sbom
Previously acknowledged words that are now absent
Azure-Pipelines-1ESPT-ExDShared bitspace Mta PFM testdata :arrow_right:To accept :heavy_check_mark: these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:microsoft/winget-cli.git repository
on the user/masudars/Azure_Pipelines_Nuget_To_1ES_Migration branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/microsoft/winget-cli/actions/runs/7632189519/attempts/1'
Available :books: dictionaries could cover words not in the :blue_book: dictionary
This includes both expected items (511) from .github/actions/spelling/expect.txt and unrecognized words (1)
| Dictionary | Entries | Covers |
|---|---|---|
| cspell:win32/src/win32.txt | 53509 | 20 |
| cspell:python/src/python/python-lib.txt | 3873 | 3 |
| cspell:python/src/python/python.txt | 453 | 2 |
| cspell:python/src/common/extra.txt | 741 | 2 |
| cspell:php/php.txt | 2597 | 2 |
| cspell:npm/npm.txt | 288 | 2 |
| cspell:java/java.txt | 7642 | 2 |
| cspell:django/django.txt | 859 | 2 |
| cspell:csharp/csharp.txt | 19 | 2 |
| cspell:sql/src/tsql.txt | 455 | 1 |
Consider adding them using (in .github/workflows/spelling3.yml):
with:
extra_dictionaries:
cspell:win32/src/win32.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:php/php.txt
cspell:npm/npm.txt
cspell:java/java.txt
cspell:django/django.txt
cspell:csharp/csharp.txt
cspell:sql/src/tsql.txt
To stop checking additional dictionaries, add:
with:
check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view or the :scroll:action log for details.
Unrecognized words (1)
sbom
Previously acknowledged words that are now absent
Azure-Pipelines-1ESPT-ExDShared bitspace Mta PFM testdata :arrow_right:To accept :heavy_check_mark: these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:microsoft/winget-cli.git repository
on the user/masudars/Azure_Pipelines_Nuget_To_1ES_Migration branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/microsoft/winget-cli/actions/runs/7664090355/attempts/1'
Available :books: dictionaries could cover words not in the :blue_book: dictionary
This includes both expected items (511) from .github/actions/spelling/expect.txt and unrecognized words (1)
| Dictionary | Entries | Covers |
|---|---|---|
| cspell:win32/src/win32.txt | 53509 | 20 |
| cspell:python/src/python/python-lib.txt | 3873 | 3 |
| cspell:python/src/python/python.txt | 453 | 2 |
| cspell:python/src/common/extra.txt | 741 | 2 |
| cspell:php/php.txt | 2597 | 2 |
| cspell:npm/npm.txt | 288 | 2 |
| cspell:java/java.txt | 7642 | 2 |
| cspell:django/django.txt | 859 | 2 |
| cspell:csharp/csharp.txt | 19 | 2 |
| cspell:sql/src/tsql.txt | 455 | 1 |
Consider adding them using (in .github/workflows/spelling3.yml):
with:
extra_dictionaries:
cspell:win32/src/win32.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:php/php.txt
cspell:npm/npm.txt
cspell:java/java.txt
cspell:django/django.txt
cspell:csharp/csharp.txt
cspell:sql/src/tsql.txt
To stop checking additional dictionaries, add:
with:
check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
@check-spelling-bot Report
:red_circle: Please review
See the :open_file_folder: files view or the :scroll:action log for details.
Unrecognized words (1)
sbom
Previously acknowledged words that are now absent
Azure-Pipelines-1ESPT-ExDShared bitspace Mta PFM testdata :arrow_right:To accept :heavy_check_mark: these unrecognized words as correct and remove the previously acknowledged and now absent words, run the following commands
... in a clone of the [email protected]:microsoft/winget-cli.git repository
on the user/masudars/Azure_Pipelines_Nuget_To_1ES_Migration branch (:information_source: how do I use this?):
curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.21/apply.pl' |
perl - 'https://github.com/microsoft/winget-cli/actions/runs/7672298848/attempts/1'
Available :books: dictionaries could cover words not in the :blue_book: dictionary
This includes both expected items (511) from .github/actions/spelling/expect.txt and unrecognized words (1)
| Dictionary | Entries | Covers |
|---|---|---|
| cspell:win32/src/win32.txt | 53509 | 20 |
| cspell:python/src/python/python-lib.txt | 3873 | 3 |
| cspell:python/src/python/python.txt | 453 | 2 |
| cspell:python/src/common/extra.txt | 741 | 2 |
| cspell:php/php.txt | 2597 | 2 |
| cspell:npm/npm.txt | 288 | 2 |
| cspell:java/java.txt | 7642 | 2 |
| cspell:django/django.txt | 859 | 2 |
| cspell:csharp/csharp.txt | 19 | 2 |
| cspell:sql/src/tsql.txt | 455 | 1 |
Consider adding them using (in .github/workflows/spelling3.yml):
with:
extra_dictionaries:
cspell:win32/src/win32.txt
cspell:python/src/python/python-lib.txt
cspell:python/src/python/python.txt
cspell:python/src/common/extra.txt
cspell:php/php.txt
cspell:npm/npm.txt
cspell:java/java.txt
cspell:django/django.txt
cspell:csharp/csharp.txt
cspell:sql/src/tsql.txt
To stop checking additional dictionaries, add:
with:
check_extra_dictionaries: ''
If the flagged items are :exploding_head: false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it, try adding it to the
patterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.