mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
attempted to fix parameters
This commit is contained in:
parent
cc5308d6d2
commit
bf54c91d32
2 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue