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 source packages/KoreBuild/build/dnvm.sh
fi fi
if ! type k > /dev/null 2>&1; then if ! type dnx > /dev/null 2>&1; then
dnvm upgrade dnvm upgrade
fi fi

View File

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