We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6ae82 commit 3a12591Copy full SHA for 3a12591
src/WebJobs.Script.Grpc/generate_protos.bat
@@ -34,7 +34,7 @@ setlocal
34
@rem enter Script.Rpc directory
35
cd /d %~dp0
36
37
-set NUGET_PATH=%UserProfile%\.nuget\packages
+set NUGET_PATH="%UserProfile%\.nuget\packages"
38
set GRPC_TOOLS_PATH=%NUGET_PATH%\grpc.tools\1.20.1\tools\windows_x86
39
set PROTO_PATH=.\azure-functions-language-worker-protobuf\src\proto
40
set PROTO=.\azure-functions-language-worker-protobuf\src\proto\FunctionRpc.proto
0 commit comments