From 6e6147fb7533a902c79a55911ced1ef54b00be79 Mon Sep 17 00:00:00 2001 From: "S. Manohar Karlapalem" Date: Tue, 13 Oct 2020 09:43:03 -0700 Subject: [PATCH] Use correct protoc tool file name for C# builds (#5429) In Linux builds, the protoc tool is simply named 'protoc' (without the .exe extension). --- .../Microsoft.ML.OnnxRuntime.PerfTool.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/tools/Microsoft.ML.OnnxRuntime.PerfTool/Microsoft.ML.OnnxRuntime.PerfTool.csproj b/csharp/tools/Microsoft.ML.OnnxRuntime.PerfTool/Microsoft.ML.OnnxRuntime.PerfTool.csproj index f408e52ed4..a42af0df09 100644 --- a/csharp/tools/Microsoft.ML.OnnxRuntime.PerfTool/Microsoft.ML.OnnxRuntime.PerfTool.csproj +++ b/csharp/tools/Microsoft.ML.OnnxRuntime.PerfTool/Microsoft.ML.OnnxRuntime.PerfTool.csproj @@ -16,7 +16,7 @@ $(OnnxRuntimeCsharpRoot)\..\build\Linux $(OnnxRuntimeBuildDirectory)\$(Configuration) $(OnnxRuntimeBuildDirectory)\$(Configuration)\external\protobuf\cmake - $(ProtocDirectory)\protoc.exe + $(ProtocDirectory)\protoc