mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Delete an unused var in nuget pipelines(#7345)
This commit is contained in:
parent
aa9ab565f5
commit
f1c1c38d44
3 changed files with 0 additions and 3 deletions
|
|
@ -12,7 +12,6 @@ jobs:
|
|||
- NuGet_Packaging
|
||||
condition: succeeded()
|
||||
variables:
|
||||
- group: ORT_TEST_DATA_SAS
|
||||
- name: OnnxRuntimeBuildDirectory
|
||||
value: '$(Build.BinariesDirectory)'
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ jobs:
|
|||
- NuGet_Packaging
|
||||
condition: succeeded()
|
||||
variables:
|
||||
- group: ORT_TEST_DATA_SAS
|
||||
- name: OnnxRuntimeBuildDirectory
|
||||
value: '$(Build.BinariesDirectory)'
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ jobs:
|
|||
- NuGet_Packaging
|
||||
condition: succeeded()
|
||||
variables:
|
||||
- group: ORT_TEST_DATA_SAS
|
||||
- name: OnnxRuntimeBuildDirectory
|
||||
value: '$(Build.BinariesDirectory)'
|
||||
- name: SKIPNONPACKAGETESTS
|
||||
|
|
|
|||
Loading…
Reference in a new issue