Victor Hurdugaci
c626a599a7
Run tests on CoreCLR using DNX
2015-12-18 14:52:42 -08:00
Victor Hurdugaci
76c0f12c06
Full path -because paths are hard
2015-12-18 10:08:25 -08:00
Victor Hurdugaci
0ce70ddb1c
Use full path for test runner
2015-12-18 09:54:00 -08:00
Victor Hurdugaci
ae85d226be
Remove dnx and make CLR tests use the xunit runner
2015-12-18 09:18:44 -08:00
Andrew Stanton-Nurse
63c47a9c6d
Revert "fix travis RID detection in KoreBuild"
...
This reverts commit c72ba87878 .
2015-12-17 16:30:17 -08:00
Andrew Stanton-Nurse
c72ba87878
fix travis RID detection in KoreBuild
2015-12-17 16:29:03 -08:00
Chris R
3809613618
Add missing System.ComponentModel dependency.
2015-12-17 15:37:20 -08:00
Andrew Stanton-Nurse
e27ce7b512
update to fixed install.ps1
2015-12-17 12:00:58 -08:00
Andrew Stanton-Nurse
29b1c2282e
actually tested DorkBuild this time :)
2015-12-16 17:46:36 -08:00
Andrew Stanton-Nurse
92121e62d9
fix DorkBuild
2015-12-16 17:28:34 -08:00
Andrew Stanton-Nurse
3ae5110441
probe for Mono reference assemblies in DorkBuild
2015-12-16 17:02:41 -08:00
Victor Hurdugaci
dfb033e51c
Use nuget add instead of dnu packages add
2015-12-16 15:15:43 -08:00
Andrew Stanton-Nurse
e5f42498ac
add .build dir to gitignore
2015-12-16 14:42:11 -08:00
Victor Hurdugaci
1b05921b70
Update the git template
2015-12-15 16:19:59 -08:00
Victor Hurdugaci
77bcf111fb
All line endings
2015-12-15 14:44:00 -08:00
Victor Hurdugaci
28474fdc75
Fix line endings
2015-12-15 14:34:41 -08:00
Victor Hurdugaci
3e6551f80d
Move KoreBuild-dotnet from release
2015-12-15 11:53:41 -08:00
Pavel Krymets
29e87e314a
Fix coreclr registry and file system related tests
2015-12-14 14:41:03 -08:00
Pranav K
604640e3a0
Merge remote-tracking branch 'origin/release' into dev
2015-12-11 12:34:26 -08:00
Pranav K
03ea2f5724
Updating to release dnvm and NuGet.config
2015-12-11 12:33:57 -08:00
Pranav K
17a8be9965
Merge remote-tracking branch 'origin/release' into dev
2015-12-11 12:32:32 -08:00
Pranav K
8b8707b84b
Merge branch 'release' into dev
2015-12-11 12:24:18 -08:00
Pranav K
6ad99c5188
Updating to release NuGet.config.
2015-12-11 12:24:16 -08:00
Pranav K
5e65a9fc59
Merge branch 'release' into dev
2015-12-11 12:22:26 -08:00
Pranav K
cc6b4b28fa
Updating to release NuGet.config.
2015-12-11 12:22:24 -08:00
Andrew Stanton-Nurse
012aa6f2a7
update env vars in DorkBuild
2015-12-11 11:23:18 -08:00
Andrew Stanton-Nurse
fd26be75f9
whoops, wrong order
2015-12-11 10:36:31 -08:00
Andrew Stanton-Nurse
646067a519
add dnx install back to DorkBuild
2015-12-11 10:20:53 -08:00
Andrew Stanton-Nurse
3b57c74921
fix #332 by using dnu packages add
2015-12-11 09:56:33 -08:00
Pavel Krymets
df3ba7e427
Fix build
2015-12-10 09:37:19 -08:00
Pavel Krymets
0cbd683825
nix does not have %LOCALAPPDATA%, use SpecialFolder.LocalApplicationData instead
2015-12-09 16:02:05 -08:00
Cesar Blum Silveira
b33335a144
Skip tests on Mono if KOREBUILD_TEST_SKIPMONO is set.
2015-12-08 15:25:30 -08:00
Victor Hurdugaci
ce4d24159e
source it on Nix
2015-12-08 11:12:26 -08:00
Victor Hurdugaci
1ccc412caf
Support for dotnet
2015-12-08 10:40:43 -08:00
Pranav K
6fabd6f064
Removing unused dependencies
2015-12-07 19:09:28 -08:00
Victor Hurdugaci
7043b16980
KoreBuild-dotnet copy
2015-12-07 15:06:27 -08:00
John Luo
79fca22b3b
Reacting to verbose rename
2015-12-07 11:58:53 -08:00
John Luo
5ed05d34ac
Adding directory existence check for nuget-install
2015-11-29 00:05:52 -08:00
Pranav K
64fa41457b
Updating build script per RC1 branching
2015-11-24 14:53:00 -08:00
Pranav K
5f44e8540d
Ensure Microsoft.AspNet.DataProtection.Test.Shared can compile in dnxcore50
2015-11-23 11:31:50 -08:00
Pranav K
ca3e4669dc
Updating tests to use moq.netcore
2015-11-20 14:40:50 -08:00
Daniel Kraemer
7bb3ccf201
Fixed possibly wrong registry path
...
Your version of this script opens/creates registry path "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\4.0.30319.0\AutoGenKeys\$sid"
I think the correct path should be "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\$sid"
2015-11-20 21:37:08 +01:00
Pavel Krymets
09f54d6857
Fix build
2015-11-18 12:38:28 -08:00
Pavel Krymets
c48173c948
Add event ids to all log calls
2015-11-18 11:36:15 -08:00
Doug Bunting
042b9d26c6
Move Travis to supported Linux distribution
...
- use Ubuntu 14.04 (Trusty)
- Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 14:43:24 -08:00
Hao Kung
0b808ca75a
ConfigureDP => AddDP
2015-11-17 13:46:52 -08:00
Doug Bunting
5c94e8923a
Move Travis to supported Linux distribution
...
- use Ubuntu 14.04 (Trusty)
- Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 12:34:21 -08:00
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