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
I just installed the build and release tasks in TFS Build 2018 (on-premise), I got this error when I tried to use the ShuffleExport task:
The specified module 'C:\Agent_work_tasks\ShuffleExport_c0da7e50-d3a6-417e-9c8b-11da841352fc\9.0.5\ps_modules\CI\Innofactor.Crm.CI.dll' was not loaded because no valid module file was found in any module directory.
I got it working by cloning the github repository and building the Innofactor.Crm.CI solution and then copying this dll and all others from this location: "Innofactor.Crm.CI\Cmdlets\Shuffle\bin\Debug" to "C:\Agent_work_tasks\ShuffleExport_c0da7e50-d3a6-417e-9c8b-11da841352fc\9.0.5\ps_modules\CI"
Just wondering if I missed something when I installed the VSTS Build tasks or maybe this is just an issue with an on-premise version? Anyway it is working now that I did the following copy of DLL's.
Thanks,
Tim
The text was updated successfully, but these errors were encountered:
Hi Guys,
I just installed the build and release tasks in TFS Build 2018 (on-premise), I got this error when I tried to use the ShuffleExport task:
The specified module 'C:\Agent_work_tasks\ShuffleExport_c0da7e50-d3a6-417e-9c8b-11da841352fc\9.0.5\ps_modules\CI\Innofactor.Crm.CI.dll' was not loaded because no valid module file was found in any module directory.
I got it working by cloning the github repository and building the Innofactor.Crm.CI solution and then copying this dll and all others from this location: "Innofactor.Crm.CI\Cmdlets\Shuffle\bin\Debug" to "C:\Agent_work_tasks\ShuffleExport_c0da7e50-d3a6-417e-9c8b-11da841352fc\9.0.5\ps_modules\CI"
Just wondering if I missed something when I installed the VSTS Build tasks or maybe this is just an issue with an on-premise version? Anyway it is working now that I did the following copy of DLL's.
Thanks,
Tim
The text was updated successfully, but these errors were encountered: