Skip to content

Commit

Permalink
use paketg to resolved dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Feb 2, 2018
1 parent 63cf954 commit dff7258
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Paket.Core/Installation/WrapperToolGeneration.fs
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,7 @@ module WrapperToolGeneration =
""" EXIT /B 1 """
""") """
""" """
"""SET _PAKET_CMD=e:\\github\\paket\\bin\\paket.exe """
""" """
"""FOR /f %%i in ('"%_PAKET_CMD%" info --paket-repotools-dir -s 2^> NUL') DO ( """
"""FOR /f %%i in ('"%~dp0\paketg" info --paket-repotools-dir -s 2^> NUL') DO ( """
""" IF NOT "%%i" == "" ( """
""" ECHO Found directory '%%i' """
""" """
Expand Down

0 comments on commit dff7258

Please sign in to comment.