From f948707764f435e12bd2f2d37497ae1f6ce0002d Mon Sep 17 00:00:00 2001 From: David Dixon Date: Fri, 5 Sep 2025 15:00:04 +0000 Subject: [PATCH] Capture ninja.build --- .azuredevops/components/rocRoller.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.azuredevops/components/rocRoller.yml b/.azuredevops/components/rocRoller.yml index 85ff363eb..8caed7233 100644 --- a/.azuredevops/components/rocRoller.yml +++ b/.azuredevops/components/rocRoller.yml @@ -165,6 +165,15 @@ jobs: -DCMAKE_CXX_COMPILER=$(Agent.BuildDirectory)/rocm/llvm/bin/amdclang++ -DROCROLLER_ENABLE_FETCH=ON -GNinja + - task: Bash@3 + displayName: Capture build.ninja artifact + condition: always() + inputs: + targetType: inline + script: | + cp "$(Agent.BuildDirectory)/ninja.build $(Build.ArtifactStagingDirectory)" + echo "ninja.build" >> pipelineArtifacts.txt + displayName: Set cmake configure paths - template: ${{ variables.CI_TEMPLATE_PATH }}/steps/manifest.yml parameters: componentName: ${{ parameters.componentName }}