From 6e45a7bf1d11e2e2b53051a24d99faf4a1b60c9b Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 6 Feb 2025 18:22:40 -0800 Subject: [PATCH] Try to skip validate-package.yml --- tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml | 2 +- .../java-api-artifacts-package-and-publish-steps-posix.yml | 2 +- tools/ci_build/github/azure-pipelines/templates/win-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml index a9ccd5c207..6ad41f99cd 100644 --- a/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml +++ b/tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml @@ -154,7 +154,7 @@ stages: - task: 1ES.PublishBuildArtifacts@1 inputs: - pathtoPublish: '$(Build.BinariesDirectory)/artifacts' + PathtoPublish: '$(Build.BinariesDirectory)/artifacts' artifactName: 'onnxruntime-ios-full-xcframework' - template: component-governance-component-detection-steps.yml diff --git a/tools/ci_build/github/azure-pipelines/templates/java-api-artifacts-package-and-publish-steps-posix.yml b/tools/ci_build/github/azure-pipelines/templates/java-api-artifacts-package-and-publish-steps-posix.yml index 8813747a7d..161e6e7bf7 100644 --- a/tools/ci_build/github/azure-pipelines/templates/java-api-artifacts-package-and-publish-steps-posix.yml +++ b/tools/ci_build/github/azure-pipelines/templates/java-api-artifacts-package-and-publish-steps-posix.yml @@ -17,5 +17,5 @@ steps: - task: 1ES.PublishBuildArtifacts@1 inputs: - pathtoPublish: '$(Build.BinariesDirectory)/${{parameters.artifactName}}' + PathtoPublish: '$(Build.BinariesDirectory)/${{parameters.artifactName}}' artifactName: 'drop-${{parameters.artifactName}}' diff --git a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml index a8a7df9264..172d6a340d 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-ci.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-ci.yml @@ -180,7 +180,7 @@ stages: - task: 1ES.PublishBuildArtifacts@1 displayName: 'Publish Java temp binaries' inputs: - pathtoPublish: '$(Build.BinariesDirectory)\onnxruntime-java-win-${{ parameters.msbuildPlatform }}' + PathtoPublish: '$(Build.BinariesDirectory)\onnxruntime-java-win-${{ parameters.msbuildPlatform }}' artifactName: 'drop-onnxruntime-java-win-${{ parameters.packageName }}${{parameters.artifact_name_suffix}}' # All GPU builds will be tested in the next stage with GPU machine - ${{ if contains(parameters.ort_build_pool_name, 'CPU') }}: