Ryanunderhill/packagename test (#2582)

This commit is contained in:
Ryan Hill 2019-12-07 12:08:46 -08:00 committed by GitHub
parent c06dbd8311
commit cbc398bb75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}