Commit Graph

6779 Commits

Author SHA1 Message Date
ASP.NET Push Bot e81f1ef88b ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@3b0dc110c4
2015-06-24 09:51:55 -07:00
Murat Girgin 865ce2b08a Create Queries.md 2015-06-24 09:49:06 -07:00
Thomas L. Kjeldsen 1dd1411ca6 Merge remote-tracking branch 'upstream/dev' into dev 2015-06-23 23:54:29 +02:00
Ryan Nowak 6471ef34a7 Add Antiforgery to repo list 2015-06-23 12:20:47 -07:00
Doug Bunting 210c73279c Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 11:44:10 -07:00
Doug Bunting 5aaae8ba9b Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:52:53 -07:00
Peter Jas 32f8c6967e build: Enables FreeBSD support.
Changed hardcoded bash shebang to env to support multiple directory
structures (required to build on FreeBSD).

PR-URL: #238
2015-06-23 07:53:13 -07:00
Eilon Lipton f8b2601fbd Merge pull request #41 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 21:48:02 -07:00
Hisham Abdullah Bin Ateya ba952b8372 Add AppVeyor, Travis build status 2015-06-23 07:35:03 +03:00
Stephen Halter 315abc2fd5 Update GettingStartedDeb.md
Add "sudo apt-get install unzip" to the DNVM install instructions for Debian.

https://github.com/aspnet/Home/issues/616
2015-06-22 19:21:18 -07:00
PatrickNausha b55b654953 Add required script extension. 2015-06-19 17:20:26 -07:00
ASP.NET Push Bot 1ca1ca890c ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@c2d21644e3
2015-06-19 08:48:25 -07:00
ASP.NET Push Bot c52c61a90a ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@a542e255c0
2015-06-18 21:24:42 -07:00
Peter Jas b00ff9a42d build: Enables FreeBSD support.
Changed hardcoded bash shebang to env to support multiple directory
structures (required to build on FreeBSD).

PR-URL: #671
2015-06-17 14:17:17 -07:00
Doug Bunting f55367597a Pull in latest `dnvm` from Home's dev branch
- lots of `dnvm.ps1` fixes
- FreeBSD fixes in `dnvm.sh`
2015-06-17 11:28:48 -07:00
ASP.NET Push Bot f1581e6651 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@4bc5e73335
2015-06-17 11:12:56 -07:00
ASP.NET Push Bot 0af9976cdf ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@d9713eef08
2015-06-17 10:41:00 -07:00
ASP.NET Push Bot 7752d21199 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@85653d8038
2015-06-17 09:47:56 -07:00
ASP.NET Push Bot 9e016963bf ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@88ca356370
2015-06-16 11:03:35 -07:00
Chris R 1639ee07e7 React to HttpResponse.HeadersSent rename. 2015-06-15 17:49:20 -07:00
Victor Hurdugaci 00b2daa068 Fix argument parsing for fast build 2015-06-15 16:05:18 -07:00
Glenn Condron 8794e3a795 Merge pull request #658 from henkmollema/use-AddMvcWithDefaultRoute
Use AddMvcWithDefaultRoute()
2015-06-15 12:33:53 -07:00
ASP.NET Push Bot 1c09412505 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@21ce03f48a
2015-06-15 12:31:03 -07:00
Thomas L. Kjeldsen a89847f357 Merge remote-tracking branch 'upstream/dev' into dev 2015-06-15 00:06:07 +02:00
Thomas L. Kjeldsen a68f2c17df Merge pull request #1 from moander/dev
Avoid full rebuild every time.
2015-06-14 23:31:15 +02:00
Victor Hurdugaci f377542e38 Build projects in one go 2015-06-13 14:42:16 -07:00
moander 037ba1d500 Avoid full rebuild every time.
I found this in a comment somewhere and tested it. It runs much smoother than the original one, but someone more experienced should review the change because I'm not sure what happends if the project contains bower/nmp config and so on.
2015-06-13 08:34:32 +00:00
Glenn Condron 7613b7ee81 Merge pull request #587 from glen-84/patch-1
Fix variable names in dnvminstall.ps1
2015-06-12 19:19:54 -07:00
Glenn Condron 17b2eb1060 Merge pull request #505 from MRdNk/fixosxreadme
Update README.md: To include OSX instructions to add `source dnvm.sh` to bashrc - to use in bash
2015-06-12 19:07:10 -07:00
Chris R bc98fcbce4 Add Antiforgery repo. 2015-06-12 09:10:09 -07:00
Chris R 97af2f2b21 Merge branch 'release' into dev 2015-06-12 09:07:16 -07:00
Chris R 3941b1a471 Merge branch 'release' into dev 2015-06-12 09:06:06 -07:00
Chris R e7edacc865 Remove the WebSocketAbstractions repo. 2015-06-11 16:18:35 -07:00
Hisham Abdullah Bin Ateya a1409e0294 React to common package name change 2015-06-11 23:42:32 +03:00
Hisham Abdullah Bin Ateya e632831c09 Using [NotNull] 2015-06-11 22:49:17 +03:00
Hisham Abdullah Bin Ateya 208fa4af36 Using 'nameof' operator instead of magic strings 2015-06-11 22:44:11 +03:00
Henk Mollema 256201ac46 Use AddMvcWithDefaultRoute() 2015-06-11 09:32:48 +02:00
Eilon Lipton 9f3655a835 Merge pull request #648 from glen-84/patch-2
Update CONTRIBUTING.md (vNext -> 5)
2015-06-08 08:43:14 -07:00
Troy Dai 430c903f65 Add System.IO to framework assemblies 2015-06-04 10:47:36 -07:00
ASP.NET Push Bot 25733b644c ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@3a4ee55291
2015-06-02 11:39:41 -07:00
Doug Bunting 664d718398 Add `Quiet` default to enable conditionalizing `Log.Info()` calls
- use in new `_copy.shade` which overrides the Sake default
2015-06-01 14:46:58 -07:00
Glen edf4e91d0c Update CONTRIBUTING.md (vNext -> 5) 2015-05-30 19:23:25 +02:00
ASP.NET Push Bot 338c09434e ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@07bff51bfe
2015-05-28 21:43:14 -07:00
Pranav K 6d6acf0056 Updating to release NuGet.config 2015-05-27 16:56:53 -07:00
ASP.NET Push Bot 0bd310cc73 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@c4da6df0a3
2015-05-27 16:56:49 -07:00
Pranav K c86b157ad3 Merge branch 'release' into dev 2015-05-27 16:33:01 -07:00
Pranav K b7db5b2fbe Updating to release NuGet.config 2015-05-27 16:32:58 -07:00
Pranav K 3673ea6e83 Merge branch 'release' into dev 2015-05-27 16:07:55 -07:00
Pranav K 7bedbdfbab Updating to release NuGet.config 2015-05-27 16:07:51 -07:00
Wei Wang 19333dc2dc Update dnvm scripts 2015-05-27 11:27:46 -07:00