Replies: 1 comment
-
We worked around this issue as follows: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We tried to deploy solution to a new production environment using release pipeline from dev sandbox environment and Azure DevOps Power Platform Build Tools and got below error even before solution import started.
Note: When we deploy the same solution in test environment (sandbox) below error did not occur (the same solution was already earlier imported).
[ ' info: bolt.dataverse.client.actions.SolutionImportAction[0]' ]
[ ' Executing SolutionImportAction' ]
[ ' Solution Importing...' ]
[ ' fail: bolt.dataverse.client.actions.SolutionImportAction[0]' ]
[ ' Caught Exception in ActionBase of: Unrecognized Guid format.' ]
[ ' System.FormatException: Unrecognized Guid format.' ]
[ ' at System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument, String failureArgumentName, Exception innerException)']
[ ' at System.Guid.TryParseGuid(String g, GuidStyles flags, GuidResult& result)' ]
[ ' at System.Guid..ctor(String g)' ]
[ 'at bolt.dataverse.client.actions.SolutionImportAction.GenerateSchemaNameToValueIdMapping(List`1 componentDetails)' ]
[ ' at bolt.dataverse.client.actions.SolutionImportAction.Execute(String solutionZipPath, ImportSolutionSettings importSettings)']
[ 'Microsoft PowerPlatform CLI' ]
[ 'Version: 1.34.4+gbc3320d' ]
[ 'Online documentation: https://aka.ms/PowerPlatformCLI' ]
[ ' Feedback, Suggestions, Issues: https://github.com/microsoft/powerplatform-build-tools/discussions' ]
[ 'Error: Unrecognized Guid format.' ]
[ 'info: bolt.cli.CommandProcessor[0]' ]
[ ' EndExecutingVerb (Success: False, Execution Time(ms): 117)' ]
[ 'info: bolt.Session[0]' ]
[ ' End session. (sessionId: b89cd516-d996-4f8e-9724-8c712171eaa1; ResponseCode: 500)']
[ ' ' ]
##[error]error: 1
##[debug]Processed: ##vso[task.issue type=error;source=TaskInternal;]error: 1
##[error]failed: info: bolt.Session[0]
Product Version: 1.34.4+gbc3320d; File Version: 1.34.4
info: bolt.Session[0]
Beta Was this translation helpful? Give feedback.
All reactions