Skip to content

Commit

Permalink
using temporary nuget location on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
apolcyn committed Aug 3, 2016
1 parent 2feec72 commit 2717aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/run_tests/pre_build_csharp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ setlocal
cd /d %~dp0\..\..

@rem Location of nuget.exe
set NUGET=C:\nuget\nuget.exe
@rem TODO: change this before submitting. This is only for migrating nuget
set NUGET=C:\nuget_temp\nuget.exe

if exist %NUGET% (
@rem Restore Grpc packages by packages since Nuget client 3.4.4 doesnt support restore
Expand Down

0 comments on commit 2717aea

Please sign in to comment.