Update kvm/KVM/Kvm => dnvm/DNVM/Dnvm.
This commit is contained in:
parent
61ef1afd30
commit
a30765bc6c
|
|
@ -20,9 +20,9 @@ IF EXIST packages\KoreBuild goto run
|
||||||
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
|
.nuget\NuGet.exe install Sake -version 0.2 -o packages -ExcludeVersion
|
||||||
|
|
||||||
IF "%SKIP_DNX_INSTALL%"=="1" goto run
|
IF "%SKIP_DNX_INSTALL%"=="1" goto run
|
||||||
CALL packages\KoreBuild\build\kvm upgrade -runtime CLR -x86
|
CALL packages\KoreBuild\build\dnvm upgrade -runtime CLR -x86
|
||||||
CALL packages\KoreBuild\build\kvm install default -runtime CoreCLR -x86
|
CALL packages\KoreBuild\build\dnvm install default -runtime CoreCLR -x86
|
||||||
|
|
||||||
:run
|
:run
|
||||||
CALL packages\KoreBuild\build\kvm use default -runtime CLR -x86
|
CALL packages\KoreBuild\build\dnvm use default -runtime CLR -x86
|
||||||
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*
|
packages\Sake\tools\Sake.exe -I packages\KoreBuild\build -f makefile.shade %*
|
||||||
|
|
|
||||||
6
build.sh
6
build.sh
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if test `uname` = Darwin; then
|
if test `uname` = Darwin; then
|
||||||
cachedir=~/Library/Caches/KBuild
|
cachedir=~/Library/Caches/KBuild
|
||||||
|
|
@ -28,11 +28,11 @@ if test ! -d packages/KoreBuild; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! type k > /dev/null 2>&1; then
|
if ! type k > /dev/null 2>&1; then
|
||||||
source packages/KoreBuild/build/kvm.sh
|
source packages/KoreBuild/build/dnvm.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! type k > /dev/null 2>&1; then
|
if ! type k > /dev/null 2>&1; then
|
||||||
kvm upgrade
|
dnvm upgrade
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"
|
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// <auto-generated />
|
// <auto-generated />
|
||||||
namespace Microsoft.AspNet.Diagnostics.Entity
|
namespace Microsoft.AspNet.Diagnostics.Entity
|
||||||
{
|
{
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
|
|
@ -443,7 +443,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (KVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
|
/// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (DNVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string DatabaseErrorPage_EnableMigrationsCommandsInfo
|
internal static string DatabaseErrorPage_EnableMigrationsCommandsInfo
|
||||||
{
|
{
|
||||||
|
|
@ -451,7 +451,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (KVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
|
/// To use migrations from a command prompt you will need to <a href='http://go.microsoft.com/fwlink/?LinkId=518242'>install K Version Manager (DNVM)</a>. Once installed, you can run migration commands from a standard command prompt in the project directory.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string FormatDatabaseErrorPage_EnableMigrationsCommandsInfo()
|
internal static string FormatDatabaseErrorPage_EnableMigrationsCommandsInfo()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue