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
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
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
Victor Hurdugaci
f377542e38
Build projects in one go
2015-06-13 14:42:16 -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
Troy Dai
430c903f65
Add System.IO to framework assemblies
2015-06-04 10:47:36 -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
Pranav K
6d6acf0056
Updating to release NuGet.config
2015-05-27 16:56:53 -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
Wei Wang
82333e1627
React to renaming "k-crossgen.cmd" to "dnx-crossgen.cmd"
2015-05-22 13:41:21 -07:00
Kirthi Krishnamraju
f09dec1438
fix build break
2015-05-22 06:59:23 -07:00
Kirthi Krishnamraju
58c7eb1826
React to aspnet/Configuration #194
2015-05-22 05:28:05 -07:00
moozzyk
e771141eb8
Replacing rimraf in target-dir-clean with non-node.js based solution
...
rimraf needs to pull node.js and is slow.
2015-05-21 14:43:07 -07:00
Kirthi Krishnamraju
9ba11ee04a
React to aspnet/Configuration #195,#198
2015-05-20 18:43:12 -07:00
Doug Bunting
75c1efeec7
Fix `target-dir-clean` target
...
- not currently cleaning in most cases
- typo in 16bb0df
2015-05-20 12:02:39 -07:00
moozzyk
16bb0df055
Replacing `directory delete` with `rimraf` in the `target-dir-clean` target
...
`directory delete` fails for read-only files
2015-05-19 09:27:16 -07:00
Suhas Joshi
f8fa1eef0f
Adding support to pin version and tag prerelease
2015-05-18 15:02:56 -07:00
Brice Lambson
281c42ba1c
Don't run tests using bin/debug/app/project.json files
2015-05-18 14:04:26 -07:00
Chris R
74c8363855
React to CoreClr dependency changes.
2015-05-15 11:34:15 -07:00
Pranav K
0d3c29f46a
Reacting to CoreCLR package updates
2015-05-15 09:57:18 -07:00
Ryan Nowak
3f2ec7c046
Add project.lock.json to the .gitignore
2015-05-14 12:31:16 -07:00
mikary
e3bccdb3b1
Support single threaded running of specific test projects through environment
2015-05-12 14:37:47 -07:00
Eilon Lipton
9b07b0cddc
Update Home master -> Home dev
2015-05-12 11:53:38 -07:00
Eilon Lipton
77d689f0bd
Update Home master -> Home dev
2015-05-12 11:50:38 -07:00
Eilon Lipton
e1aa94bf39
Update Home master -> Home dev
2015-05-12 11:47:36 -07:00
Chris R
ff406ecdf1
React to Http namespace changes.
2015-05-07 14:16:46 -07:00
Troy Dai
2f09b07adc
Package rename: Microsoft.AspNet.DataProtection.Shared -> Microsoft.AspNet.DataProtection.Sources
2015-05-07 10:16:20 -07:00
Troy Dai
fe80a65ffc
React to common package name change
2015-05-07 09:36:15 -07:00
Pranav K
789544a1e8
Use aspnetvnext feed as the default feed in dev branch
2015-05-06 10:48:32 -07:00
Pranav K
3f62cc65a5
Updating dnvm to latest
2015-05-06 09:35:02 -07:00
Barry Dorrans
d870ae431e
Add link to documentation site
2015-05-05 13:16:29 -07:00
N. Taylor Mullen
552b336a78
Update LICENSE.txt and license header on files.
2015-05-01 14:07:00 -07:00
N. Taylor Mullen
b781df02af
Update LICENSE.txt and license header on files.
2015-05-01 14:05:34 -07:00
N. Taylor Mullen
c6416f3520
Update LICENSE.txt and license header on files.
2015-05-01 13:45:56 -07:00
moozzyk
f3207ed440
Fixing a build break in Helios
...
Removing Common.Native.targets - to avoid increasing build complexity repo with native projects will have their own target that generates version.h file
2015-05-01 13:16:51 -07:00