Has anyone tried to deploy Umbraco 14 preview3 to Azure? Just trying to deploy it using pipelines but I keep getting this error
error NU1102: Unable to find package Umbraco.Cms with version (>= 14.0.0--preview003)
error NU1102: - Found 101 version(s) in NuGetOrg [ Nearest version: 13.0.0-rc2 ]
j
Jemayn
11/17/2023, 9:09 AM
At a quick glance - it sounds like it is looking in the main nuget feed and not the umbraco beta one.
Do you have a NuGet.config file with the umbraco feed specified?
b
Busra
11/17/2023, 9:15 AM
yes I do
Busra
11/17/2023, 9:16 AM
I added them in the project and tried that way, I also configured the pipeline and added the custom feed there then tried that too. both gives same error