Remove k command and use dnx instead

This commit is contained in:
Wei Wang 2015-03-24 22:35:54 -07:00
parent 4a5b9f6b6e
commit 3860951100
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ if ! type dnvm > /dev/null 2>&1; then
source packages/KoreBuild/build/dnvm.sh
fi
if ! type k > /dev/null 2>&1; then
if ! type dnx > /dev/null 2>&1; then
dnvm upgrade
fi

View File

@ -89,7 +89,7 @@ namespace CookieSample
netsh http add urlacl url=http://mssecsample.localhost.this:54540/ user=[domain\user]
The sample app can then be run via:
k web
dnx . web
*/
app.UseOAuthAuthentication("Microsoft-AccessToken", options =>
{