Skip to content

Commit

Permalink
Update nuget path.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gozde committed Oct 16, 2011
1 parent 147d097 commit 2349190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions build.cmd
@@ -1,8 +1,7 @@
@echo off @echo off
set PACKAGE_DIR=lib\packages set PACKAGE_DIR=lib\packages
set DEPS_CMD=deps.cmd


if not exist %PACKAGE_DIR% call %DEPS_CMD% if not exist %PACKAGE_DIR% call deps.cmd


%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319\msbuild build.proj /target:Build /Property:Configuration=Debug %SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319\msbuild build.proj /target:Build /Property:Configuration=Debug
if errorlevel 1 pause else exit if errorlevel 1 pause else exit
4 changes: 2 additions & 2 deletions deps.cmd
@@ -1,6 +1,6 @@
@echo off @echo off
set NUGET_EXE=bin\nuget-bin\nuget.exe set NUGET_EXE=bin\nuget\nuget.exe
set NUGET_BOOTSTRAPPER_EXE=bin\nuget-bin\nuget-bootstrap.exe set NUGET_BOOTSTRAPPER_EXE=bin\nuget\nuget-bootstrap.exe
set PACKAGE_DIR=lib\packages set PACKAGE_DIR=lib\packages


if not exist %NUGET_EXE% (goto bootstrap) else (goto install) if not exist %NUGET_EXE% (goto bootstrap) else (goto install)
Expand Down

0 comments on commit 2349190

Please sign in to comment.