Skip to content

Commit 3a12591

Browse files
brandonh-msftfabiocav
authored andcommitted
fixing gRPC message-gen script to work with spaces in path
1 parent 7c6ae82 commit 3a12591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.Grpc/generate_protos.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ setlocal
3434
@rem enter Script.Rpc directory
3535
cd /d %~dp0
3636

37-
set NUGET_PATH=%UserProfile%\.nuget\packages
37+
set NUGET_PATH="%UserProfile%\.nuget\packages"
3838
set GRPC_TOOLS_PATH=%NUGET_PATH%\grpc.tools\1.20.1\tools\windows_x86
3939
set PROTO_PATH=.\azure-functions-language-worker-protobuf\src\proto
4040
set PROTO=.\azure-functions-language-worker-protobuf\src\proto\FunctionRpc.proto

0 commit comments

Comments
 (0)