chrisism / VSTS.Robocopy

Robocopy task for VSTS/TFS
MIT License
3 stars 4 forks source link

File not Found error #14

Open amontano-ona opened 4 years ago

amontano-ona commented 4 years ago

As of this morning, the robocopy task is failing with the following error. I confirmed the file is not present on disk. There's only 3 files in a 1.1.3 directory: icon.png, robocopytask.ps1, and task.json.

2020-05-05T13:30:24.6981461Z ==============================================================================
2020-05-05T13:30:24.6981800Z Task         : File System - Robocopy
2020-05-05T13:30:24.6982055Z Description  : Use Robocopy to perform a copy action.
2020-05-05T13:30:24.6982282Z Version      : 1.1.3
2020-05-05T13:30:24.6982470Z Author       : Jungerius IT
2020-05-05T13:30:24.6982720Z Help         : 
2020-05-05T13:30:24.6982965Z ==============================================================================
2020-05-05T13:30:24.7226321Z ##[error]File not found: 'D:\DevOps\A1\_work\_tasks\Robocopy_7db26114-8ee0-4460-b1e6-e5fbd3a9a583\1.1.3\ps_modules\VstsTaskSdk\VstsTaskSdk.psd1'
chrisism commented 4 years ago

Due to changes and automation of the build/release pipelines this issue could have come up. Just release 1.1.4 which hopefully resolves this issue. Please let me know.

amontano-ona commented 4 years ago

Thank you for the quick response. It looks like 1.1.4 is having the same issue:

2020-05-05T13:57:54.7567430Z ==============================================================================
2020-05-05T13:57:54.7567778Z Task         : File System - Robocopy
2020-05-05T13:57:54.7568059Z Description  : Use Robocopy to perform a copy action.
2020-05-05T13:57:54.7568287Z Version      : 1.1.4
2020-05-05T13:57:54.7568478Z Author       : Jungerius IT
2020-05-05T13:57:54.7568688Z Help         : 
2020-05-05T13:57:54.7568925Z ==============================================================================
2020-05-05T13:57:54.7805708Z ##[error]File not found: 'D:\DevOps\A1\_work\_tasks\Robocopy_7db26114-8ee0-4460-b1e6-e5fbd3a9a583\1.1.4\ps_modules\VstsTaskSdk\VstsTaskSdk.psd1'
chrisism commented 4 years ago

Followed this comment and updated accordingly for release 1.1.5.

AlgoSquid commented 4 years ago

We had the same problem with 1.1.3 and 1.1.4, but it is resolved in 1.1.5.

amontano-ona commented 4 years ago

It looks like 1.1.5 is working correctly. I appreciate the quick turnaround!

prashanthbv12 commented 4 years ago

This change has caused our builds to fail. Is there anyway we get notified before deploying new changes to extension? or is there any option not to deploy the changes automatically against Orgs. Please suggest

Djasp commented 4 years ago

Is there an ETA for when release 1.1.5 will be made available?

amontano-ona commented 4 years ago

When I queued a new build yesterday, 1.1.5 was used automatically.