Hi,
I have an issue with missing resources (images, scripts and HTML) for deployable packages from ISVs on our development VMs.
The packages are installed on one development VM, added to source control and fetched by the other developers, like outlined in the following:
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/manage-runtime-packages#deployable-packages-from-third-parties
Everything works fine, except that ex. images are missing on the other development VMs which has only fetched the artifacts (and tried to restart the AOS/Batch/IIS, refresh models, full build and DB sync).
The issue seems to be that the resources are not deployed to the webroot resource folders, like K:\AOSService\webroot\Resources\Images, as is the case when installing the package on the first development VM or when deploying through ex. LCS.
To work around it, I’m currently just invoking the DeployResources-script manually on each of the developer VMs after a change to the resources, but that does not seem right, and adding the webroot resource folders to source control also seems very wrong.
Shouldn’t the resources be deployed whenever I’m doing a build in VS?
As is the case with models containing source.
Thanks,
DFA