Doug Bunting
001a7a6d5a
Explicitly choose Mono 4.0.5
...
- avoids future problems related to aspnet/External#48
- e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:54:20 -08:00
Doug Bunting
10012f4ee2
Explicitly choose Mono 4.0.5
...
- avoids future problems related to aspnet/External#48
- e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:33:21 -08:00
Pavel Krymets
5be19a02fc
Add script to add AutoGenKeys section and UCL for it
2015-11-17 09:34:18 -08:00
Doug Bunting
419d3a3ea5
Support restoring with .NET Core
...
- infrastructure for switching restores everywhere i.e. addressing #290
- e.g. add `KOREBUILD_DNU_RESTORE_CORECLR` setting to `.travis.yml` files, especially if using Trusty
2015-11-13 14:49:58 -08:00
Pranav K
d09551af46
Reacting to DependencyInjection changes
2015-11-13 10:30:54 -08:00
Troy Dai
4c97cbb9b2
Update Microsoft.Win32.Registry reference's version
2015-11-12 15:28:21 -08:00
N. Taylor Mullen
37e4a80160
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:24:19 -08:00
N. Taylor Mullen
9910254f3d
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:23:49 -08:00
N. Taylor Mullen
ca2629c004
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:22:57 -08:00
Chris R
31c7db25a2
Merge branch 'release' into dev
2015-11-04 13:39:13 -08:00
Chris R
a0466868e1
Publish tests with no-source to avoid signing issue.
2015-11-04 11:42:10 -08:00
Cesar Blum Silveira
87a20119fd
Merge branch 'release' into dev
2015-11-04 09:22:28 -08:00
Cesar Blum Silveira
9e7a3ae335
Strong name Microsoft.AspNet.IISPlatformHandler.
2015-11-03 20:48:36 -08:00
Cesar Blum Silveira
2ffa50a80b
Merge branch 'release' into dev
2015-11-03 13:10:01 -08:00
Cesar Blum Silveira
7770e5f4db
Strong name everything.
2015-11-03 12:05:40 -08:00
Cesar Blum Silveira
edf44555f1
Merge branch 'release' into dev
2015-11-02 16:20:35 -08:00
Cesar Blum Silveira
acd8d3d44d
Strong name everything.
2015-11-02 15:32:44 -08:00
John Luo
5f91ce2f2b
Reacting to Hosting changes
2015-10-30 16:51:16 -07:00
Pranav K
f2f2b98605
Merge branch 'release' into dev
2015-10-28 12:51:26 -07:00
Pranav K
6eff1fc90f
Merge branch 'release' into dev
2015-10-28 12:50:50 -07:00
Pranav K
92a052a55e
Merge branch 'release' into dev
2015-10-28 12:49:46 -07:00
Pranav K
d0a2a8687e
Updating to release NuGet.config.
2015-10-28 12:43:09 -07:00
Pranav K
bffcc3dbce
Updating to release NuGet.config.
2015-10-28 12:43:07 -07:00
Pranav K
1c570ba02b
Updating to release NuGet.config.
2015-10-28 12:43:04 -07:00
Pranav K
2c240192cf
Updating to release dnvm and NuGet.config
2015-10-27 23:02:33 -07:00
Chris R
5c33037337
Lower integration test timeouts.
2015-10-27 10:55:37 -07:00
BrennanConroy
0541ba6d12
Update dnvm.cmd
2015-10-26 14:52:41 -07:00
Brennan
b1c2447073
Update dnvm
2015-10-26 14:12:16 -07:00
David Fowler
327589d41e
Fixed ifdefs
2015-10-24 01:07:01 -07:00
David Fowler
0c064dfb6c
Generations and vanilla .NET Framework support
2015-10-23 23:21:08 -07:00
David Fowler
812609843f
Removed unused using
2015-10-23 02:10:08 -07:00
Pavel Krymets
bc80dab39d
Compiles and passes tests
2015-10-22 18:15:32 -07:00
Pranav K
c3a24cbe72
Switching to generations TFMs
2015-10-22 01:04:17 -07:00
Pranav K
1a40e7254d
Switching to using generations TFM
2015-10-21 18:31:51 -07:00
Pavel Krymets
a098b8ce2b
Reach to Hosting changes
2015-10-21 10:49:31 -07:00
Doug Bunting
207e97db7a
Fix DNX Core testing on Windows
...
- avoid `cmd /C dnvm.cmd ...` because `cmd` does not report `.cmd` script exit code correctly
- change both `_dnu.shade` and `_k.shade` though `_k.shade` is more-often an issue
- @moozzyk reported problem in [discussion](https://github.com/aspnet/Universe/pull/299#discussion-diff-41954492 ) of PR #299
2015-10-19 15:41:13 -07:00
Pranav K
0ea0a44e15
Refactoring script to create master branch
2015-10-19 10:45:56 -07:00
Cesar Blum Silveira
f784b1bf43
Enable Microsoft.AspNet.WebSockets.Protocol.Test on CoreCLR.
2015-10-16 16:47:52 -07:00
Cesar Blum Silveira
cea46e7851
Disable Microsoft.AspNet.Cryptography.KeyDerivation.Test on CoreCLR.
2015-10-16 15:49:25 -07:00
Cesar Blum Silveira
4165ee02c1
Enable some tests on CoreCLR.
2015-10-16 11:15:34 -07:00
Cesar Blum Silveira
fb6bbee561
Call correct build.sh when building repos.
2015-10-16 11:00:52 -07:00
Chris R
c93e4f09f2
React to Authentication changes.
2015-10-15 10:09:33 -07:00
Chris R
2fe2e0d841
#1 Implement a full authentication handler.
2015-10-13 13:47:45 -07:00
Kiran Challa
348ab7c943
Reacting to testing changes
2015-10-13 10:20:10 -07:00
Doug Bunting
4e87b0c972
Go back to running `dnu restore` with Mono
...
- can't fix #290 at this time; need Ubuntu 14.04 on Travis
2015-10-12 18:51:11 -07:00
Doug Bunting
eea089a0f9
Fix local build break
2015-10-12 13:17:24 -07:00
Doug Bunting
187221fcd8
Fix local build break
2015-10-12 13:06:31 -07:00
Doug Bunting
79fe094add
Fix local build break
2015-10-12 12:50:44 -07:00
Doug Bunting
f8b7b6ba41
Correct typo in `build.cmd`
2015-10-12 12:34:08 -07:00
Doug Bunting
24346ea976
Fix build breaks
...
- correct typo in `_kpm-publish.shade`
2015-10-12 10:39:48 -07:00