-
Notifications
You must be signed in to change notification settings - Fork 647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add nuget.exe to the tools directory #50
Comments
Fixing issue Particular#50 Add nuget.exe to the tools directory
Added the Nuget.exe to tools\Nuget and changed the script accordingly |
You have commit rights to the nservicebus master so please commit at your own pace! Keep up the good work!
|
Squashed commit of the following: commit 6f8e2eb57dca93fc8d61c0496d8c3cb7eddff004 Author: Joseph Thomas <joseph.pattom@gmailcom> Date: Fri Jul 15 23:34:36 2011 +0530 puting back the removed file commit eeddb43fae49df9a9c53ef9726579572c0710719 Author: Joseph Thomas <joseph.pattom@gmailcom> Date: Tue Jul 12 00:41:05 2011 +0530 added delete package fuctionality commit fddd3a6745523f2cd285676afd5dba1ee3261ef1 Author: Joseph Thomas <joseph.pattom@gmailcom> Date: Sat Jul 2 10:34:16 2011 +0530 removing libs for tools from source repository made necessary chnges packing script for the same ie fixing the issue #83 in suggested way added parameter to add source target while invoking packit commit 001b3b409ba180945edab3e179a479a2d20ff2de Author: Joseph Thomas <joseph.pattom@gmailcom> Date: Fri Jul 1 00:43:58 2011 +0530 Fixing Issues #83 and some refactoring done according to http://lostechies.com/joshuaflanagan/2011/06/23/tips-for-building-nuget-packages/ commit 7b15647d06ef09abb50f7d04936c70362453425a Author: Joseph Thomas <joseph.pattom@gmailcom> Date: Mon Jun 27 00:18:01 2011 +0530 fixing issue #73 commit ccb633be78e12a8af5484f23b5eca4740381c9eb Author: Joseph Thomas <joseph.pattom@gmailcom> Date: Sun Jun 26 18:16:21 2011 +0530 Moving Nuget and package utlities to root commit c3a7e8e07edfc693db3670a8451d6e6836803ed3 Author: Joseph Thomas <joseph.pattom@gmailcom> Date: Tue Jun 21 21:19:46 2011 +0530 fixed #66, adding new nuGet.exe to tools commit 2cfd8dbcaba8c772b590386131670c6f7d362cf5 Author: jpattom <joseph.pattom@gmail.com> Date: Sat Jun 11 16:24:01 2011 +0530 reverted the script to copy files to build\lib\net35\ commit ed4f3c272e15852c3b823465c54e43fb7303f76d Author: jpattom <joseph.pattom@gmail.com> Date: Sat Jun 11 16:18:32 2011 +0530 removing build-net4.0.bat commit cff485c483f9be29235ca87048f68b942501cfb2 Author: jpattom <joseph.pattom@gmail.com> Date: Sat Jun 11 16:09:16 2011 +0530 Adding psake to tools and Creating package in psake way.. First Draft need refactoring commit 8c127809c2d8d179c10402b398681ab269416ff4 Author: jpattom <joseph.pattom@gmail.com> Date: Fri Jun 10 00:31:50 2011 +0530 Cleaned Both packages NServiceBus and NServiceBus.Host commit 15db21f266ca6d1d5d280534fe0ef7b33503d0ab Author: jpattom <joseph.pattom@gmail.com> Date: Sun Jun 5 00:31:17 2011 +0530 Fix for issue #52 NServiceBus package will get added with all the binaries Tested for All and passing only specific libs to add. The Fix will be applicable only if builds are created using build-net3.5.bat and build-net4.0.bat commit d619a1469fe197cad7e9b317dec4700e010f02a9 Author: jpattom <joseph.pattom@gmail.com> Date: Sat Jun 4 00:36:29 2011 +0530 Code Changed as the Nuget.exe is taken from tools. commit a65efa52f52ebb7b3cc0db4834ddc43ec39134a9 Author: jpattom <joseph.pattom@gmail.com> Date: Sat Jun 4 00:32:27 2011 +0530 Adding Nuget exe to tools Fixing issue #50 Add nuget.exe to the tools directory commit f16367c80c6d012c6b67a137a4ba319db9b0d516 Author: jpattom <joseph.pattom@gmail.com> Date: Sat Jun 4 00:27:07 2011 +0530 Fixed Some issues in packing NServiceBus.Host commit f5c9886af80b04132fb8cfadfeb37a0d77e96b4f Author: jpattom <joseph.pattom@gmail.com> Date: Sun May 29 01:32:00 2011 +0530 changed writing xml to XmlWriter with proper XmlWriterSettings commit 158322b2c3a4d62b8090ec7767138f1d9c874820 Author: jpattom <joseph.pattom@gmail.com> Date: Sat May 28 22:25:17 2011 +0530 Made the checking of Nuget and .netframework proper commit 720df041dc8495eaa27dcf0169bafab6ac86e2bb Author: jpattom <joseph.pattom@gmail.com> Date: Sat May 28 15:48:25 2011 +0530 Adding Files for Creating The NServiceBus packages -RuNOnce required only once to make the Pakaging Machine's Powershell to Use latest .net framework Other Folders and files are for the Pakage NServiceBus.Host commit 9c68c2e85fdb7ef2b1ed453c40d56c6c1344e0bb Author: jpattom <joseph.pattom@gmail.com> Date: Sat May 28 15:21:22 2011 +0530 Fixed the issues on fie=rst draft, ready for the package NServiceBus.Host --Pending: PAcking of Library and Executables to pack commit d4fb4c7cdc2ef81bc6a01b5da1e48f032a80bb8c Author: jpattom <joseph.pattom@gmail.com> Date: Tue May 24 21:41:31 2011 +0530 No change oly line is changed commit 91fa1ff91ffce987317ab8c721ed5777f887383d Author: jpattom <joseph.pattom@gmail.com> Date: Tue May 24 01:48:36 2011 +0530 Adding the first version of the powershell script to create Packages
Include nuget.exe in our source in order to not require the build server to have it installed.
Put it into ./tools/nuget/
The text was updated successfully, but these errors were encountered: