N. Taylor Mullen
87a89457bd
Update build.sh to use dnvm correctly.
2015-03-08 12:48:17 -07:00
N. Taylor Mullen
00d6e37d6c
Update kvm/KVM/Kvm => dnvm/DNVM/Dnvm.
2015-03-08 12:48:17 -07:00
N. Taylor Mullen
2697cf0d80
Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx.
2015-03-08 12:48:16 -07:00
N. Taylor Mullen
cb5e7d82f9
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:48:15 -07:00
Troy Dai
e46896b7cd
Futher renaming work
...
1. SKIP_KVM_INSTALL => SKIP_DNX_INSTALL
2. Update k test
2015-03-07 16:08:24 -08:00
Troy Dai
197ef48120
Rename k => dnx and update kvm to dnvm
2015-03-07 15:10:32 -08:00
Praburaj
9bcc863321
Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http
2015-03-05 16:36:21 -08:00
ASP.NET Push Bot
1a96524abb
⬆️ kvm.ps1, kvm.cmd, kvm.sh
...
Source: AspNet/kvm@c2a6410b73
2015-03-05 15:31:31 -08:00
Brennan
88eb10dcfe
DI API changes
2015-03-05 14:21:35 -08:00
Hao Kung
a2e1110b7a
React to DI changes
2015-03-04 18:44:34 -08:00
Hao Kung
32ff156923
React to DI changes, AddDataProtection no longer takes Config
2015-03-04 16:35:33 -08:00
ASP.NET Push Bot
00f1a14ca5
⬆️ kvm.ps1, kvm.cmd, kvm.sh
...
Source: AspNet/kvm@3ce7b79f4b
2015-03-04 15:20:57 -08:00
anurse
83ed0c3841
⬆️ kvm
2015-03-04 14:58:45 -08:00
Levi B
bf0f94ce20
Store reg keys in a different folder to mitigate impact of renaming changes
2015-02-26 23:46:02 -08:00
Praburaj
e1301925c0
Reacting to hosting api changes
2015-02-26 12:26:50 -08:00
Levi B
e4db4b1189
Temporarily store keys in different folder to resolve issues caused by package renaming
2015-02-26 10:35:40 -08:00
Levi B
e2ca9fc652
Rename to Microsoft.AspNet.DataProtection
...
from Microsoft.AspNet.Security.DataProtection
2015-02-25 16:49:33 -08:00
Levi B
544c83812c
Add unit tests for WeakReferenceHelpers
...
Doc comment cleanup on IOptimizedAuthenticatedEncryptor
2015-02-24 18:19:31 -08:00
Levi B
ab18f52e98
Add CreateProtector convenience extension method
2015-02-24 17:48:29 -08:00
Levi B
6637cb264f
Split KeyDerivation into its own project
...
Move shared crypto code to a common project
2015-02-24 16:20:10 -08:00
Levi B
8ec6dc3712
Code cleanup
...
Rename IAuthenticatedEncryptor2 -> IOptimizedAuthenticatedEncryptor
Rename ProtectedMemoryBlob -> Secret
Add some missing doc comments explaining
2015-02-24 15:49:30 -08:00
Brice Lambson
7c2d4593de
Clean up the framework detection logic in _k-test.shade
2015-02-23 09:27:53 -08:00
Pranav K
71a2712c5a
Reacting to XDocument verson change
2015-02-19 10:15:18 -08:00
David Fowler
7ace9dece4
Update kvm.ps1
...
Fixed the feed
2015-02-17 19:59:04 -08:00
Victor Hurdugaci
9354296521
Merge branch 'release' into dev
2015-02-17 09:19:17 -08:00
Wei Wang
42aedab4ec
Add project.lock.json to .gitignore
2015-02-16 14:17:41 -08:00
Wei Wang
20cdbcd711
Add project.lock.json to .gitignore
2015-02-16 12:07:04 -08:00
Pranav K
d56dafe2e8
Use kpm-build to build samples instead of kpm pack
2015-02-13 15:46:02 -08:00
Pranav K
0cd3d3767e
Deep clean on the CI as part of clean
2015-02-12 17:07:58 -08:00
Pranav K
70517d64a8
* Update pull-all to perform pull in parallel
...
* Fix formatting for pull
2015-02-12 17:02:08 -08:00
Doug Bunting
3de5db0c78
Provide `deep-clean` target to remove folders `git clean` cannot
...
- use `rimraf` instead of noisier, slower `robocopy-delete`
- _rimraf.shade is modeled after bower.shade
2015-02-05 14:25:44 -08:00
Doug Bunting
530d655d59
Use `default` for `*GloballyInstalled` variables
...
- allows calling .shade files to avoid repeated `TestCommand()` calls
nit in _node-install.shade:
- name `default nodeDir` variable to match other shade files; reusing value
2015-02-05 14:21:10 -08:00
Doug Bunting
f1154a850c
Speed up developer builds a bit
...
- do not delete node_modules folders during every build
2015-02-05 12:09:33 -08:00
Doug Bunting
80f7e445e5
Pay attention to `bower` and `grunt` libraries, not containing folder
...
- should help to avoid repeated CI failures executing `bower`
also get `grunt` working on Linux machines when globally installed
2015-02-05 12:09:10 -08:00
Andrew Nurse
35ac526aec
update instructions from release
2015-02-05 10:48:00 -08:00
damianedwards
ff63cb8b0d
Move grunt execution to before compilation
2015-02-03 17:17:41 -08:00
Victor Hurdugaci
afb8f51d19
Environment variable to specify the build branch
2015-02-03 15:37:12 -08:00
ASP.NET Push Bot
0cfbfac556
⬆️ kvm.ps1, kvm.cmd, kvm.sh
...
Source: aspnet/kvm@27be17b70b
2015-02-03 15:09:44 -08:00
Doug Bunting
6d39addb5b
Create target directory for `npm` installations
...
- #144
- problems seem primarily to occur when `node` is globally installed but a
package (`grunt` or `bower`) is not; `npm install X` fails in this case
- create the `--prefix` directory first to avoid these installation failures
- change _node-install.shade to avoid confusion when directory exists
2015-01-31 17:29:25 -08:00
anurse
da5a292b12
⬆️ kvm again
2015-01-30 14:36:45 -08:00
anurse
6adb92fea6
⬆️ kvm
2015-01-30 13:43:55 -08:00
Doug Bunting
7431356913
Short-circuit `TestCommand()` calls once commands are installed locally
2015-01-29 22:54:56 -08:00
Doug Bunting
56f45e0c7d
Include `bower` and `npm` commands in `--quiet` target
2015-01-29 22:54:51 -08:00
Wei Wang
a0044af746
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 17:03:58 -08:00
Pranav K
720858f6b4
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 16:56:37 -08:00
Wei Wang
72aab1927e
Merge remote-tracking branch 'origin/release' into dev
2015-01-29 16:18:38 -08:00
Wei Wang
334fa34e0c
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 18:50:50 -08:00
Wei Wang
eb644da0d8
Update build.cmd and build.sh to use kvm
2015-01-28 18:50:38 -08:00
Wei Wang
de6cbb05df
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 17:09:43 -08:00
Wei Wang
2435a2468d
Update build.cmd and build.sh to use kvm
2015-01-28 17:09:19 -08:00