diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-04-17 16:35:33 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-04-20 19:20:46 -0700 |
commit | d169d60ba33e3d8b3d6a55152cf21610852a1bb4 (patch) | |
tree | 78dacba91d41756ca5804cf60494ad4e06aea43b /vsprojects | |
parent | 87ac31ee7d73c54fa9ff559defdd0d6f2ffe97ea (diff) |
updated README
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vsprojects/README.md b/vsprojects/README.md index e30b99c7b8..a0ac3da4ef 100644 --- a/vsprojects/README.md +++ b/vsprojects/README.md @@ -15,7 +15,9 @@ download nuget.exe from web and manually restore the NuGet packages. > nuget restore ``` -After that, open `grpc.sln` with Visual Studio and hit "Build". +After that, you can build the solution using one of these options: +1. open `grpc.sln` with Visual Studio and hit "Build". +2. build from commandline using `msbuild grpc.sln /p:Configuration=Debug` #Testing |