Revert PRs #3933 and #3934: restore single-job PR pipeline#3936
Merged
Conversation
…est template, original MI client ID; delete 5 added template files
Copilot
AI
changed the title
[WIP] Revert changes from PR #3933 and PR #3934
Revert PRs #3933 and #3934: restore single-job PR pipeline
Jul 9, 2026
gladjohn
marked this pull request as ready for review
July 9, 2026 21:32
neha-bhargava
approved these changes
Jul 9, 2026
This was referenced Jul 10, 2026
Closed
Closed
Merged
iarekk
added a commit
that referenced
this pull request
Jul 10, 2026
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 net462/net472 dotnet test steps that VSTest@2 cannot discover on hosted agents. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
iarekk
added a commit
that referenced
this pull request
Jul 10, 2026
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>
This was referenced Jul 15, 2026
Closed
Closed
Closed
Open
Open
Closed
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts the pipeline changes from #3933 ("Split PR pipeline into independent net8 stages; add MI E2E stage on MSALMSIV2") and #3934 ("Run missing unit test projects in the ADO PR build"), returning
azure-pipelines.ymland related build templates to their state at3c79dc9.Changes
azure-pipelines.yml— Replaces the 4-stage parallel pipeline (Build / IntegrationTests / E2ETests / ManagedIdentityE2E) with the original singlePR_buildjob that invokestemplate-run-unit-tests.yamlwithe2eTestFilterCriteria: 'Category!=MI_E2E'build/template-run-unit-tests.yaml— Restores the aggregated template with three inlineVSTest@2tasks (unit, integration, E2E); removes the delegation to the now-deleted granular templatestests/E2E Tests/TokenAcquirerTests/TokenAcquirer.cs— Reverts the MI UAMI client ID back to45344e7d-c562-4be6-868f-18dac789c021("Msal_Integration_tests", RG MSAL_MSI, shared across MSAL and Id.Web E2E)Deleted 5 files introduced by Split PR pipeline into independent net8 stages; add MI E2E stage on MSALMSIV2 #3933/Run missing unit test projects in the ADO PR build #3934:
build/template-build-test-project.yamlbuild/template-run-managed-identity-e2e-tests.yamlbuild/template-test-e2e.yamlbuild/template-test-integration.yamlbuild/template-test-unit.yaml