Skip to content

Restore independent PR pipeline + pool-aware MI identity + net462/472 unit tests - #3935

Merged
Iarek Kovtunenko (iarekk) merged 2 commits into
masterfrom
iarekk/ado-net-framework-unit-tests
Jul 13, 2026
Merged

Restore independent PR pipeline + pool-aware MI identity + net462/472 unit tests#3935
Iarek Kovtunenko (iarekk) merged 2 commits into
masterfrom
iarekk/ado-net-framework-unit-tests

Conversation

@iarekk

@iarekk Iarek Kovtunenko (iarekk) commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Re-lands the pipeline work reverted in #3936 (#3933 + #3934), plus fixes the managed-identity (MI) E2E identity so the test passes on every pipeline that runs it.

1. Restore reverted work

  • 4-stage PR pipeline (Build / Integration / E2E / Managed Identity E2E), MI stage on the MSALMSIV2 pool.
  • Extra unit-test assemblies in the ADO unit glob + Sidecar E2E/integration exclusion filter.

2. Pool-aware MI identity (the reason for the revert)

The MI E2E test hardcoded a UAMI client id. Each build pool has a different identity assigned, so a single constant can't work everywhere — the DevEx id4s-official pipeline (Wilson pool) failed with "Identity not found" when master carried the msiv2uami id.

Fix: the test reads the id from IDWEB_MI_UAMI_CLIENTID and falls back to the Wilson-pool identity:

  • Default (fallback) = 45344e7d (Msal_Integration_tests, Wilson pool) → id4s-official needs no changes.
  • Override = 6325cd32 (msiv2uami, MSALMSIV2 pool), set in template-run-managed-identity-e2e-tests.yaml → used by the Id.Web PR MI stage and the IdWeb OneBranch official MI job (both consume that template).

3. .NET Framework unit tests

VSTest@2 can't discover the net462/net472 xUnit tests on hosted agents, so add dotnet test -f net472 steps mirroring the GitHub Action. Not running net462

@iarekk
Iarek Kovtunenko (iarekk) requested a review from a team as a code owner July 9, 2026 20:00
@gladjohn

Copy link
Copy Markdown
Contributor

BLOCKING MERGE

Comment thread build/template-test-unit.yaml
@iarekk
Iarek Kovtunenko (iarekk) force-pushed the iarekk/ado-net-framework-unit-tests branch from 24c9053 to cad4c43 Compare July 10, 2026 13:27
@iarekk Iarek Kovtunenko (iarekk) changed the title Run .NET Framework unit tests (net462/net472) in the ADO PR build Restore independent PR pipeline + pool-aware MI identity + net462/472 unit tests Jul 10, 2026
Comment thread build/template-test-unit.yaml Outdated
Restores the 4-stage PR pipeline and extra unit-test coverage from
#3933/#3934 (reverted in #3936), with two fixes so the managed-identity
E2E test runs on every pool that consumes these tests:

- TokenAcquirer MI test now reads the UAMI client id from
  IDWEB_MI_UAMI_CLIENTID, falling back to the Msal_Integration_tests
  identity (45344e7d) assigned to the Wilson pool used by the
  id4s-official pipeline. That pipeline needs no changes.
- template-run-managed-identity-e2e-tests.yaml sets IDWEB_MI_UAMI_CLIENTID
  to the msiv2uami identity (6325cd32) assigned to the MSALMSIV2 pool,
  so the Id.Web PR pipeline and IdWeb OneBranch official MI job use it.

Also re-adds the net472 dotnet test step that VSTest@2 cannot discover
on hosted agents.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@iarekk
Iarek Kovtunenko (iarekk) merged commit f4de024 into master Jul 13, 2026
9 checks passed
@iarekk
Iarek Kovtunenko (iarekk) deleted the iarekk/ado-net-framework-unit-tests branch July 13, 2026 09:28
Iarek Kovtunenko (iarekk) added a commit that referenced this pull request Jul 13, 2026
The ADO PR pipeline now runs the full unit test matrix (incl. net462/472)
after #3935, making the dotnetcore.yml GitHub Action redundant. Remove it
and rely on the ADO check for PR validation.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants