richardszalay / helix-publishing-pipeline

Unified publishing for Sitecore Helix solutions that extends existing Visual Studio and command line workflows
MIT License
68 stars 18 forks source link

ExcludeFromPackageFolders defined in <projectname>.wpp.targets ignored when building on AzDO #76

Open angelakim opened 3 years ago

angelakim commented 3 years ago

As described in the ReadMe.md we have created a .wpp.targets file for our "Website" project with the ItemGroup SitecoreAssembliesToExclude statements. Included in this ItemGroup is:

We the Website project is build in Visual Studio, these files/folders are excluded from the deployment package. However, when "Website" is build on AzDO, these files are included. Any suggestions on why the build is behaving differently between VS and AzDO and how to achieve the same results in AzDO?