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
AppVeyor BYOC Connect-AppVeyorToComputer: The term '/opt/appveyor/host-agent/appveyor' is not recognized as the name of a cmdlet, function, script file, or operable program.
#713
Open
HariSekhon opened this issue
Mar 18, 2020
· 0 comments
Connect-AppVeyorToComputer seems to think the agent is installed but fails to find it.
Also I thought the agent was found at /opt/appveyor/host-agent/appveyor-host-agent as I'm sure I've run it before by hand.
$ pwsh
PowerShell 7.0.0
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS /pwd> Import-Module AppVeyorBYOC
PS /pwd> Connect-AppVeyorToComputer -AppVeyorUrl https://ci.appveyor.com -ApiToken <token>
Checking AppVeyor API access...
A new AppVeyor build cloud '996f00a7c08b' has been added.
Ensure build worker image is available for AppVeyor projects
AppVeyor build worker image 'Linux' already exists.
Installing AppVeyor Host Agent
OS: Linux
Host Agent is already installed
Connect-AppVeyorToComputer: The term '/opt/appveyor/host-agent/appveyor' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
The text was updated successfully, but these errors were encountered:
Connect-AppVeyorToComputer seems to think the agent is installed but fails to find it.
Also I thought the agent was found at
/opt/appveyor/host-agent/appveyor-host-agent
as I'm sure I've run it before by hand.The text was updated successfully, but these errors were encountered: