- 
                Notifications
    
You must be signed in to change notification settings  - Fork 5.2k
 
Closed
Milestone
Description
I've cloned the aspnetcore repo

and tried to rebuild it on Windows with build.cmd
During the .NET Core runtime installation process, I see preview8 versions downloaded while the preview 7 is not even available yet
- SDK: 3.0.100-preview6-012264
 - runtime: 3.0.0-preview8-27914-06
 
D:\github\AspNetCore>.\build.cmd
WARNING: No default group of projects was specified, so building the 'managed' subsets of projects. Run `build.cmd
-help` for more details.
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/3.0.100-preview6-012264/dotnet-sdk-3.0.100-preview6-012264-win-x64.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/3.0.100-preview6-012264/dotnet-sdk-3.0.100-preview6-012264-win-x64.zip
dotnet-install: Adding to current process PATH: "D:\github\AspNetCore\.dotnet\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Installation finished
Downloading vswhere
Downloading RoslynTools.MSBuild 16.0.0-alpha
  Restauration effectuée dans 11.62 sec pour C:\Users\cnasa\.nuget\packages\microsoft.dotnet.arcade.sdk\1.0.0-beta.19365.4\tools\Tools.proj.
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Runtime/3.0.0-preview8-27914-06/dotnet-runtime-3.0.0-preview8-27914-06-win-x64.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Runtime/3.0.0-preview8-27914-06/dotnet-runtime-3.0.0-preview8-27914-06-win-x64.zip
dotnet-install: Installation finished
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Runtime/3.0.0-preview8-27914-06/dotnet-runtime-3.0.0-preview8-27914-06-win-x86.zip
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Runtime/3.0.0-preview8-27914-06/dotnet-runtime-3.0.0-preview8-27914-06-win-x86.zip
dotnet-install: Adding to current process PATH: "D:\github\AspNetCore\.dotnet\x86\". Note: This change will not be visible if PowerShell was run as a child process.
dotnet-install: Installation finished
@karelz mentioned that I should create an issue in the corefx repo with the "wtgobde" tag
I hope this helps