mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-23 22:13:38 +00:00
Ryanunderhill/packagename test (#2582)
This commit is contained in:
parent
c06dbd8311
commit
cbc398bb75
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ SourceRoot=$2
|
|||
BuildDir=$3
|
||||
export CurrentOnnxRuntimeVersion=$4
|
||||
IsMacOS=${5:-false}
|
||||
PackageName=${PACKAGENAME:-Microsoft.ML.OnnxRuntime}
|
||||
# NOTE: PackageName is not PACKAGENAME since this is being called by other scripts that have already switched to the CamelCase version
|
||||
PackageName=${PackageName:-Microsoft.ML.OnnxRuntime}
|
||||
RunTestCsharp=${RunTestCsharp:-true}
|
||||
RunTestNative=${RunTestNative:-true}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue