Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

while packing the full solution it is taking older version #279

Open
gukreddy11 opened this issue Feb 20, 2023 · 2 comments
Open

while packing the full solution it is taking older version #279

gukreddy11 opened this issue Feb 20, 2023 · 2 comments

Comments

@gukreddy11
Copy link

Hi Exports,

We are exporting and extracting the full solution from dev environment and keeping into azure repository. after that we are repacking the solution from extracted solution. while packing the solution it is taking older version. issue is fixing after rerun the build pipeline again. due to this issue, we are facing while importing the solution in target instance. Sometimes its failing sometimes its working fine. Please provide quick resolution.

Error Message: Solution manifest import: FAILURE: The import solution must have a higher version than the existing solution it is upgrading.Detail:

image

This Build generated latest version(version: 1.94.20230213.577474) but it is pointing to older version while packing. PFB.

image

@mattp65
Copy link

mattp65 commented Feb 20, 2023

Best guess is your pipeline is not retrieving the recently updated source (wrong branch maybe?). The Pack is only working off the source that is in the working directory. The issue isn't in the Pack command tho, it is related to how you are populating the directory with the source that it acts on.

@gukreddy11
Copy link
Author

Pipeline is pointing to correct branch only. if issue with source directory, then this issue will occur every time but sometimes it's getting failed sometimes it's getting succeeded. we run this pipeline weekly once. last week it got failed but yesterday run it was completed successfully.

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants