简体   繁体   English

Azure神器中的版本选择

[英]Choice of version in Azure Artifact

In my MVC app, Azure artifact is used to manage packages, feed has 'Microsoft.ApplicationInsights' version '2.1.0' in it.在我的 MVC 应用程序中,Azure 工件用于管理包,提要中有“Microsoft.ApplicationInsights”版本“2.1.0”。 Now I need to include an upstream feed for new dev work, upstream feed has higher version of same package which is '2.20.0'.现在我需要为新的开发工作包含一个上游提要,上游提要具有相同 package 的更高版本,即“2.20.0”。 Will the build/restore choose the version specified in package.config file irrespective of versions available?无论可用版本如何,构建/恢复都会选择 package.config 文件中指定的版本吗?

Will the build/restore choose the version specified in package.config file irrespective of versions available?无论可用版本如何,构建/恢复都会选择 package.config 文件中指定的版本吗?

The answer is yes.答案是肯定的。

NuGet Package Restore installs all of a project's dependencies listed in either the project file or packages.config NuGet Package 还原安装项目文件或 packages.config 中列出的所有项目依赖项

Check the document Restore packages using Package Restore for some more details.查看文档Restore packages using Package Restore了解更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 azure devops 从 dockerimage 获取工件? - Getting an artifact from dockerimage using azure devops? 如何推送 NPM Package 到 Azure Artifact Feed? - How to Push NPM Package to Azure Artifact Feed? 在 Azure 管道中安装来自 Azure DevOps Artifact Feed 的包 - Installing packages from Azure DevOps Artifact Feed in a Azure Pipeline 如何从工件注册表中获取最新版本的图像 - How to get latest version of an image from artifact registry Azure DevOps Server 2020 - 发布工件忽略文件复制选项 - Azure DevOps Server 2020 - Publish Artifact ignoring File Copy Options Azure DevOps - 将一个构建工件部署到多个站点 Web - Azure DevOps - Deploy One Build Artifact To Multiple Web Sites Google Artifact Registry:即使删除 package 也无法发布具有相同版本的 package - Google Artifact Registry: Unable to publish package with the same version even after package deletion launch.json 用于 azure 核心 function 版本 3 - launch.json for azure core function version 3 Azure 密钥保管库中使用的 TLS 版本 - TLS version used in Azure key vault Azure Data Lake Gen2 存储帐户 blob 与 adf 选择 - Azure Data Lake Gen2 Storage Account blob vs adf choice
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM