Skip to content

Commit

Permalink
Add custom publish script to publish to local NuGet folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncas committed May 6, 2012
1 parent a577787 commit 20d540b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -4,4 +4,5 @@ obj/
_Resharper*
packages/
StyleCop.Cache
output/
output/
*~
3 changes: 3 additions & 0 deletions scripts/custom.ps1
@@ -0,0 +1,3 @@
function CustomPublish {
cp "$srcDir\Uncas.Fraudo\bin\Release\*.nupkg" C:\NuGetPackages
}

0 comments on commit 20d540b

Please sign in to comment.