Hi,
We have upgraded our RetailSDK version from 10.0.197.10011 to 10.0.319.20001.
We have followed below MS article.
https://docs.microsoft.com/en-us/dynamics365/commerce/dev-itpro/retailsdk-update
After merging customizations, we ran msbuild /t:rebuild command on RetailSDK folder on development box. It worked fine without any error.
After running msbuild command, it generates several dll files in bin and Debug folders. We have checked-in these dll files into source control.
On AzureDevOps, We have CI pipeline created for build server. When Build server tries to create a build, it fails with below Script.js file missing error. We found that this is not part of RetailSDK itself but msbuild command has generated it. So we believe that Build server also generates it for it to use. We never faced this when we did earlier upgrades.
It says Could not find file 'C:\DynamicsSDK\VSOAgent\_work\3\s\RetailSDK\OnlineStore\Ecommerce.Sdk.Controls\Common\Scripts.js'.
Does that mean we need to copy this scripts.js file on Build servers C:\DynamicsSDK\.... path mentioned above before running the build there?
Please help. Thanks.