When running LL26 we had none of the following issues;
We are in the process of creating a build server and in a latest build we upgraded to LL27. The delivery server has LL27 installed but when we build we get the following;
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5150,5): Error MSB3030: Could not copy the file “C:\Program Files (x86)\combit\LL27\Redistribution\x86\combit.ListLabel.ConversionTools.x86.dll” because it was not found.
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5150,5): Error MSB3030: Could not copy the file “C:\Program Files (x86)\combit\LL27\Redistribution\x86\DocumentFormat.OpenXml.dll” because it was not found.
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5150,5): Error MSB3030: Could not copy the file “C:\Program Files (x86)\combit\LL27\Redistribution\x86\combit.ListLabel27.Export.x86.dll” because it was not found.
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5150,5): Error MSB3030: Could not copy the file “C:\Program Files (x86)\combit\LL27\Redistribution\x86\System.IO.FileSystem.Primitives.dll” because it was not found.
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5150,5): Error MSB3030: Could not copy the file “C:\Program Files (x86)\combit\LL27\Redistribution\x86\System.IO.Packaging.dll” because it was not found.
##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5150,5): Error MSB3030: Could not copy the file “C:\Program Files (x86)\combit\LL27\Redistribution\x86\System.Data.SQLite.x86.dll” because it was not found.
We are running the Enterprise edition and have read in the Integrate List & Label document that this version has certain Nuget Packages that are pulled in using the Nuget.config file. We have added this to the project but still getting build errors.
Any help would be great
Thanks