try to explode the build (gently)

This commit is contained in:
Dustin L. Howett
2025-10-21 17:56:28 -05:00
parent 977c297e97
commit bf7851263d

View File

@@ -143,6 +143,9 @@ jobs:
artifactName: $(JobOutputArtifactName)
targetPath: $(Build.ArtifactStagingDirectory)
steps:
- pwsh: |-
gdr | fl *
exit 1
- checkout: self
clean: true
submodules: true