attempted to fix parameters

This commit is contained in:
carzh 2025-01-17 12:01:01 -08:00
parent cc5308d6d2
commit bf54c91d32
2 changed files with 16 additions and 4 deletions

View file

@ -1,5 +1,8 @@
parameters:
AgentPool : 'Win-CPU'
ArtifactSuffix: ''
SpecificArtifact: false
BuildId: ''
stages:
- stage: NuGet_Test_Android
@ -7,10 +10,14 @@ stages:
- NuGet_Packaging_CPU
condition: succeeded()
jobs:
- job: NuGet_Test_Android
workspace:
clean: all
pool: "${{ parameters.AgentPool }}"
- job: NuGet_Test_Android
workspace:
clean: all
pool: "${{ parameters.AgentPool }}"
variables:
- name: OnnxRuntimeBuildDirectory
value: '$(Build.BinariesDirectory)'
steps:
- task: NuGetToolInstaller@0

View file

@ -811,6 +811,11 @@ stages:
BuildId: ${{ parameters.BuildId }}
- template: ../nuget/templates/test_android.yml
parameters:
AgentPool : 'onnxruntime-Win-CPU-2022'
SpecificArtifact: ${{ parameters.SpecificArtifact }}
BuildId: ${{ parameters.BuildId }}
- template: ../nuget/templates/test_linux.yml
parameters: