Run the install-powershell.ps1 script here with the -Daily switch (.\tools\install-powershell.ps1 -Daily) or just iex "& { $(irm 'https://aka.ms/install-pscore' ) } -Daily" for the faint-hearted ;-)
Downloaded PowerShell version from MyGet is 6.1-preview831 or higher
Downloaded PowerShell version from MyGet is stuck at 6.1.0-preview-761
> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.0
PSEdition Core
GitCommitId 6.1.0
OS Microsoft Windows 10.0.17134
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
cc @adityapatwardhan
I will have a look at this.
This should be fixed now.
PS> iex "& { $(irm 'https://aka.ms/install-pscore' ) } -Daily"
VERBOSE: Destination: C:\Users\adityap\AppData\Local\Microsoft\powershell-daily
VERBOSE: Daily package found. Name: powershell-win-x64-win7-x64; Version: 6.1.0-rc-837
VERBOSE: Change icon to disambiguate it from a released installation
Thanks, I can confirm the fix :)
@adityapatwardhan Just a reminder that the daily build has not been updated since February as we discussed last week and is still on 6.2.0-dailypreview4.12015.
I will have a look at it this week.
@bergmeister - Can you give this a try:
Install-Package powershell-win-x64-win7-x64 -Version 6.2.0-dailyrc1-19313 -Source https://powershell.myget.org/F/powershell-core-daily/api/v3/index.json
Thanks, it is fixed now, locally I get the 6.2.0-dailyrc1.19498 now when running the .\tools\install-powershell.ps1 -Daily script :)