Skip to content

Repo sync for protected branch - #11414

Merged
learn-build-service-prod[bot] merged 3 commits into
mainfrom
main639211110174886742sync_temp
Jul 31, 2026
Merged

Repo sync for protected branch#11414
learn-build-service-prod[bot] merged 3 commits into
mainfrom
main639211110174886742sync_temp

Conversation

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build Service tried pushing to main, but failed due to branch protection rule in this branch. We create this pull request for manual merge. Please merge this pull request to complete this sync.
If you want to make push successfully without creating such pull requests in future, please follow working with branch protection rule to update your branch protection rule.

learn-build-service-prod Bot and others added 3 commits July 31, 2026 05:23
…s://github.com/MicrosoftDocs/visualstudio-docs (branch main) (#15628)

* Clean up moniker markers in copilot-specialized-agents.md (#11375)

Removed unnecessary moniker-end marker from documentation.

* Update binary logger docs (#11369)

* Update binary logger docs

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* style guide fixes

---------

Co-authored-by: Gordon Hogenson <ghogen@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>

* Correct 'demons' to 'daemons' in LSP documentation (#11387)

* Minor phrasing fix in Agent mode file manipulation section (#11408)

Changed the wording from 'can manipulate only...' to 'can only manipulate...' to make the sentence flow slightly better.

* Enrich VSTest CLI docs: exit codes, filter/shell escaping, blame dumps, option gaps + archived-link cleanup (#11401)

* Fix vstest docs links and runsettings CLI guidance

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 4e840b63-ad95-40c2-9ef8-5f2fcc4cfdaa

* Add link to vstest logger catalog and authoring guide (Topic 5)

Cross-reference microsoft/vstest report.md for the full list of built-in and
community test loggers and instructions for authoring a logger.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4e840b63-ad95-40c2-9ef8-5f2fcc4cfdaa

* Use vstest.console.exe examples on the vstest.console runsettings page

The command-line override section is introduced with vstest.console.exe but used
dotnet test examples. vstest.console.exe supports the same -- name=value inline
runsettings override natively (CliRunSettingsArgumentProcessor), so show the
vstest.console.exe form to match the page's context, and note dotnet test uses
the same syntax.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4e840b63-ad95-40c2-9ef8-5f2fcc4cfdaa

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Add zsh shell quoting rules for runsettings command-line overrides

Address PR review feedback: document unix shell (zsh) escaping rules for the `TestRunParameters.Parameter(...)` override syntax, using zsh as the macOS default-shell example.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0

* Update remaining archived vstest-docs links to maintained microsoft/vstest repo

The microsoft/vstest-docs repository is archived. Repoint the last two cross-references (configure.md and RFC 0023) to the maintained microsoft/vstest repository, matching its docs/ path layout.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0

* Enrich vstest.console CLI reference: exit codes, filter escaping, blame dumps, option gaps

Reconciled against the maintained microsoft/vstest repo docs:

- Add an Exit codes section (0/1 semantics, no-tests-found warning + TreatNoTestsAsError).

- Add shell escaping guidance for /TestCaseFilter (PowerShell comma/semicolon, bash/zsh ! and generic-type args).

- Expand /Blame with crash/hang dump options and dotnet test equivalents.

- Fill option gaps: /Environment (+/e), @response file, short forms (/lt), modern /Framework monikers, /Diag tracelevel, /Logger LogFilePrefix.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0

* Add Related content links to vstest quickstart and omitted/internal switches reference

Link to the maintained microsoft/vstest quickstart guide and the full command-line reference (including internal/legacy switches deliberately omitted from this article), keeping that volatile material in one upstream source of truth.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0

* Complete propagation table: /Platform values, env-vars and data collector links

- /Platform: list the full set of accepted architecture values (ARM64, S390x, Ppc64le, RiscV64, LoongArch64) while keeping the Windows x86/x64 caveat.

- Add Related content links to the maintained environment-variables and data collector authoring docs.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0

* Reconcile CLI options with vstest, add env vars section, reorg Related content

- Remove switches that microsoft/vstest reclassified as internal/omitted from the main options table (/Enablecodecoverage, /UseVsixExtensions, /ListDiscoverers, /ListExecutors, /ListLoggers, /ListSettingsProviders); the full reference (incl. omitted switches) is now linked from the options intro.

- Add an Environment variables section with a partial copy of the most user-facing variables, linking to the full upstream list.

- Related content: quickstart first; move the full command-line reference to the options intro and the env-vars link into the new section.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot-Session: 4e840b63-ad95-40c2-9ef8-5f2fcc4cfdaa
Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0

---------

Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Johan Smarius <jsmarius@hotmail.com>
Co-authored-by: Jeff Kluge <jeffkl@microsoft.com>
Co-authored-by: Gordon Hogenson <ghogen@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: LLLichlet <flytea1234@gmail.com>
Co-authored-by: raadisi <raaditya.singh07@gmail.com>
Co-authored-by: Azat Mukhametshin <azatm@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4e840b63-ad95-40c2-9ef8-5f2fcc4cfdaa
Copilot-Session: 0cc38362-9c3b-46eb-8142-9c49c63dc4a0
Auto Publish – main to live - 2026-07-31 16:00 UTC
@learn-build-service-prod

Copy link
Copy Markdown
Contributor Author

Learn Build status updates of commit aa5fe2f:

✅ Validation status: passed

For more details, please refer to the build report.

@learn-build-service-prod
learn-build-service-prod Bot merged commit 280bad8 into main Jul 31, 2026
6 checks passed
@learn-build-service-prod
learn-build-service-prod Bot deleted the main639211110174886742sync_temp branch July 31, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants