I have a repository with a project that contains a number of PCF components. I have created an azure-pipeline.yml to build everything.
So my .cdsproj file has references to each pcf like this:
<ItemGroup>
<ProjectReference Include="..\PCF-A.pcfproj" />
<ProjectReference Include="..\PCF-B.pcfproj" />
</ItemGroup>
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(3088,7):
Error MSB4057: The target "CreateManifestResourceNames" does not exist in the project.
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1