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
Environment type (Please select at least one enviroment where you face this issue)
Self-Hosted
Microsoft Hosted
VMSS Pool
Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Red hat
Question
The latest version of CopyFileHoverSSH is version 0.237, but when I run my pipeline, the job (in the pipeline) uses version 0.231.1.
I checked in the tasks directory (_work/_tasks), and version 0.236.1 exists.
I have also tried specifying the full version in my task, but it still uses version 0.231.1.
steps:
- task: [email protected]
displayName: 'Copy artefact (${{ parameters.serverName }})'
inputs:
sshEndpoint: ${{ parameters.serviceConnection }}
sourceFolder: '$(Agent.BuildDirectory)/'
contents: '**/${{ parameters.applicationName }}*.${{ parameters.artefactExtension }}'
targetFolder: '$(artefacts.applicationUploadDirectory)'
flattenFolders: true
May I kindly ask you to advice?
Kind regards
The text was updated successfully, but these errors were encountered:
Hi @likyd, thank you for reporting. The minimum supported version of the agent has been bumped recently for this task: #19643
Could you please check if your agent meets this condition?
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days
Task name
CopyFileHoverSSH
Task version
0.236.1
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Red hat
Question
The text was updated successfully, but these errors were encountered: