Umbraco14 preview deploy
# help-with-umbraco
b
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
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
yes I do
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