Skip to content

Commit

Permalink
adding nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Dec 16, 2012
1 parent d00bae6 commit 958ef7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.cmd
@@ -0,0 +1,5 @@
@echo off

SET DIR=%~dp0%

This comment has been minimized.

Copy link
@ICONICGITHUBBER20

ICONICGITHUBBER20 Dec 25, 2018

i hope i l;Ike it


@PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "& '%DIR%build.ps1' %*;"
4 changes: 4 additions & 0 deletions build.ps1
@@ -0,0 +1,4 @@
$localDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)

$nugetExe = Join-Path $localDir 'lib\nuget\nuget.exe'

This comment has been minimized.

Copy link
@ICONICGITHUBBER20

ICONICGITHUBBER20 Dec 25, 2018

thanks


Binary file added lib/nuget/NuGet.exe
Binary file not shown.

0 comments on commit 958ef7c

Please sign in to comment.