This commit is contained in:
Pranav K 2016-11-10 15:21:31 -08:00
Родитель 4e196e2423
Коммит 9cbac2cc05
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -46,8 +46,8 @@ function exec($cmd) {
}
function EnsureDotNet() {
$dotnetVersionFile = "$KoreBuildRoot\build\cli.version.win"
$dotnetChannel = "rel-1.0.0"
$dotnetVersionFile = "$KoreBuildRoot\build\cli.version"
$dotnetChannel = "preview"
$dotnetVersion = Get-Content $dotnetVersionFile
if ($env:KOREBUILD_DOTNET_CHANNEL)