Skip to content

Installing Daily Build fails with ResourceNotFoundThe Error #13163

@doctordns

Description

@doctordns

Attempting to install the daily build fails with an error

Steps to reproduce

Install-PowerShell -Destination C:\PSDailyBuild -Daily

Expected behavior

# PowerShell 7, daily build installed

Actual behavior

PSH [C:\Foo]: .\Install-PowerShell.ps1 -Destination c:\PSDailyBuild  -Daily

VERBOSE: Destination: C:\PSDailyBuild
VERBOSE: About to download package from 'https://pscoretestdata.blob.core.windows.net/v7-1-0-daily-20200709/PowerShell-7.1.0-daily.20200709-win-x64.zip'
Invoke-WebRequest: C:\Foo\Install-PowerShell.ps1:310:13
Line |
 310 |              Invoke-WebRequest -Uri $downloadURL -OutFile $packagePath
     |              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | ResourceNotFoundThe specified resource does not exist.
RequestId:44005394-701e-010d-02f5-5813bd000000
Time:2020-07-13T09:12:48.6074579Z

Environment data

PSH [C:\Foo]: $PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.0.2
PSEdition                      Core
GitCommitId                    7.0.2
OS                             Microsoft Windows 10.0.20161
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0, 5.0, 5.1.10032.0, 6.0.0, 6.1.0, 6.2.0, 7.0.2}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-Maintainers-Buildspecific to affecting the buildIssue-BugIssue has been identified as a bug in the product

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions