Remove k command and use dnx instead
This commit is contained in:
parent
4a5b9f6b6e
commit
3860951100
2
build.sh
2
build.sh
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue