Hi Folks,
I was using the pac push command to push the PCF control to Dev environment and its working perfectly, But when i use the msbuild and manual importing the control is not updating even after increment the version in ControlManifest.Input.xml file.
- My pcf control version was 2.0.1 and then i incremented the version to 2.0.2
- Then crated a folder named solution inside the pcfproj folder and navigated to the folder
- Then executed pac solution init -pn {prefix} -pp {prefix}
- Then executed pac solution add-reference --path {path to the pcfproj folder}
- Then executed msbuild /t:build /restore for the first time and then followed the msbuild after that
After theses steps the solution.zip file is generated and I checked the manifest file inside the zip folder and I could see the updated version number there. But after importing the control manually, it still loading the previous control, not the updated one. Also checked in the solution layers, there I could see that old manifest file.
Thanks for any insights.
Kind Regards