Closed ThinkAboutGitHub closed 4 years ago
@ThinkAboutGitHub can you try to run the build with system.debug set to true and share the logs?
i'm running this in a release process rather than a build process, so these are all the logs that i have available to me
@ThinkAboutGitHub are you still having issues with this?
I just had this error and would be interested in having help.
The path checkouts correctly i verified with a commandline, im not too sure what could be the issue this time
I think this is linked to the type chosen, and wether or not the solution exist on the environment already. Switching to reset, the pipeline will be succesful Switching to delsert and i get an SQL error :
]Cannot insert duplicate key exception when executing non-query: System.Data.SqlClient.SqlCommand Exception: System.Data.SqlClient.SqlException (0x80131904): Violation of PRIMARY KEY constraint 'cndx_PrimaryKey_pluginassembly'. Cannot insert duplicate key in object 'dbo.PluginAssemblyBase'. The duplicate key value is (973d4bb7-1f36-ea11-a813-000d3a2c32cb, 0, Jan 1 1900 12:00AM).
If once the solution is existing on the environment, the upsert seems to be working.
@Kevin-Pinero yes the solution must exist.
@ThinkAboutGitHub are you still facing issues with this?
Closing this due to inactivity, please re-open if needed.
I have been loving this extension! I am currently trying out the preview step that lets me perform a plugin registration but the error I am getting doesn't give me a clue about the problem being encountered.
Using type = Upsert, we are trying to replace our current manual process step with the plugin registration tool We ARE on version 8.2.2 with the instance I am testing with rather than 9, so wondered if it was that.
Here is the log:
2019-05-29T05:50:38.9995536Z ##[section]Starting: MSCRM Plugin Registration 2019-05-29T05:50:38.9998695Z ============================================================================== 2019-05-29T05:50:38.9998868Z Task : MSCRM Plugin Registration 2019-05-29T05:50:38.9999085Z Description : Upsert Dynamics 365 plugin/workflow activity assembly/types/steps 2019-05-29T05:50:38.9999242Z Version : 11.0.1 2019-05-29T05:50:38.9999380Z Author : Wael Hamze 2019-05-29T05:50:38.9999522Z Help : Upsert plugin/workflow assembly, types and steps 2019-05-29T05:50:38.9999683Z ============================================================================== 2019-05-29T05:50:39.9380529Z Updating Plugin Assembly: E:\TfsBuildAgents\Agent_1_work\r16\a\CRM Plugins and Workflows\drop\SageEMS.CRM.Plugins.dll 2019-05-29T05:50:41.0008553Z ##[warning]Extracted id using plugin assembly name SageEMS.CRM.Plugins 2019-05-29T05:50:41.2170285Z ##[error]Expected non-empty Guid. 2019-05-29T05:50:41.2699768Z ##[section]Finishing: MSCRM Plugin Registration
any suggestions are appreciated