Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate McMaster (automated) <nate.mcmaster@microsoft.com>2018-07-02 22:40:16 +0300
committerNate McMaster (automated) <nate.mcmaster@microsoft.com>2018-07-02 22:40:16 +0300
commit19aa1bfc8be750271cd1eea179cecfa044a520ac (patch)
treeb6a5e669c2b2ea5eb25b7c9c44df2318efaa2791 /run.ps1
parenta3484f4a908d73eb73c8194a4e197b06d2625090 (diff)
[automated] Change default branch to master
Diffstat (limited to 'run.ps1')
-rw-r--r--run.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/run.ps1 b/run.ps1
index 3b27382468..34604c7175 100644
--- a/run.ps1
+++ b/run.ps1
@@ -52,8 +52,8 @@ in the file are overridden by command line parameters.
Example config file:
```json
{
- "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
- "channel": "dev",
+ "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/master/tools/korebuild.schema.json",
+ "channel": "master",
"toolsSource": "https://aspnetcore.blob.core.windows.net/buildtools"
}
```
@@ -192,7 +192,7 @@ if (!$DotNetHome) {
else { Join-Path $PSScriptRoot '.dotnet'}
}
-if (!$Channel) { $Channel = 'dev' }
+if (!$Channel) { $Channel = 'master' }
if (!$ToolsSource) { $ToolsSource = 'https://aspnetcore.blob.core.windows.net/buildtools' }
# Execute