Skip to content
Snippets Groups Projects
Commit 2717aea3 authored by Alexander Polcyn's avatar Alexander Polcyn
Browse files

using temporary nuget location on windows

parent 2feec72c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment