-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Area-Maintainers-Buildspecific to affecting the buildspecific to affecting the buildIssue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the product
Description
Attempting to install the daily build fails with an error
Steps to reproduce
Install-PowerShell -Destination C:\PSDailyBuild -DailyExpected 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.6074579ZEnvironment 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
Labels
Area-Maintainers-Buildspecific to affecting the buildspecific to affecting the buildIssue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the product