You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command ". 'D:\a\_temp\866f8773-1085-4221-af21-b4af9a9036c0.ps1'"
Installing PowerShell Daily...
VERBOSE: Destination: D:\a\_temp\powershell
VERBOSE: About to download package from
'https://pscoretestdata.blob.core.windows.net/v7-1-0-daily-20200701/PowerShell-7.1.0-daily.20200701-win-x64.zip'
VERBOSE: Install RCEdit for modifying exe resources
VERBOSE: Change icon to disambiguate it from a released installation
Fatal error: Unable to set icon
PowerShell has been installed at D:\a\_temp\powershell
##[error]PowerShell exited with code '1'.
It seems like this is caused by the failure of rcedit (although I'm not sure)
The build in vscode-PowerShell relies on the daily install script, here.
In the build, this is currently failing:
It seems like this is caused by the failure of
rcedit(although I'm not sure)