From cbc398bb759737bbb3f09e0c6050d6bcdccc6e90 Mon Sep 17 00:00:00 2001 From: Ryan Hill <38674843+RyanUnderhill@users.noreply.github.com> Date: Sat, 7 Dec 2019 12:08:46 -0800 Subject: [PATCH] Ryanunderhill/packagename test (#2582) --- csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh b/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh index c2288eb82c..c64bc54014 100755 --- a/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh +++ b/csharp/test/Microsoft.ML.OnnxRuntime.EndToEndTests/runtest.sh @@ -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}