Powershell: Daily builds not published any more in the last months to MyGet

Created on 6 Oct 2018  路  8Comments  路  Source: PowerShell/PowerShell

Steps to reproduce

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 ;-)

Expected behavior

Downloaded PowerShell version from MyGet is 6.1-preview831 or higher

Actual behavior

Downloaded PowerShell version from MyGet is stuck at 6.1.0-preview-761

Environment data

> $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
Area-Maintainers-Build Resolution-External

All 8 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings