From 54e8ee195db657f4ab3e114caafb13ca536ebcf9 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Tue, 21 Oct 2025 18:05:56 -0500 Subject: [PATCH] Revert "try to explode the build (gently)" This reverts commit bf7851263dfd1983f2230a5ba855c7d1bbddb7e0. --- .pipelines/v2/templates/job-build-project.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pipelines/v2/templates/job-build-project.yml b/.pipelines/v2/templates/job-build-project.yml index 450bd72fc1..57c478f643 100644 --- a/.pipelines/v2/templates/job-build-project.yml +++ b/.pipelines/v2/templates/job-build-project.yml @@ -143,9 +143,6 @@ jobs: artifactName: $(JobOutputArtifactName) targetPath: $(Build.ArtifactStagingDirectory) steps: - - pwsh: |- - gdr | fl * - exit 1 - checkout: self clean: true submodules: true