mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +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
|
||||
IF %ERRORLEVEL%==0 (
|
||||
echo Found existing nuget in PATH. Skipping.
|
||||
for /f "delims=" %%i in ('where nuget') do set "NUGET_EXE=%%i"
|
||||
goto :ccache
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user