mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
build-deps - set NUGET_EXE from PATH if it's available
This commit is contained in:
@@ -210,6 +210,7 @@ set NUGET_EXE=%NUGET_INSTALL_DIR%\nuget.exe
|
|||||||
where nuget >nul 2>&1
|
where nuget >nul 2>&1
|
||||||
IF %ERRORLEVEL%==0 (
|
IF %ERRORLEVEL%==0 (
|
||||||
echo Found existing nuget in PATH. Skipping.
|
echo Found existing nuget in PATH. Skipping.
|
||||||
|
for /f "delims=" %%i in ('where nuget') do set "NUGET_EXE=%%i"
|
||||||
goto :ccache
|
goto :ccache
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user