Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/reactjs/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure devops 使用“发布管道元数据”;“NuGet认证”;任务_Azure Devops_Azure Devops Pipelines - Fatal编程技术网

Azure devops 使用“发布管道元数据”;“NuGet认证”;任务

Azure devops 使用“发布管道元数据”;“NuGet认证”;任务,azure-devops,azure-devops-pipelines,Azure Devops,Azure Devops Pipelines,由于“NuGet Authenticate”是一项now而不是“NuGet”任务,因此在推送包时如何发布管道元数据(使用参数提供的功能)?NuGet auth主要用于验证某些三方源和非组织源。Nuget任务可用于恢复、打包和发布。It和nuget auth任务不是相互替代的,它们是互补的。要发布包元数据,需要使用nuget任务并指定“nuget”任务的publishPackageMetadataargumentDocumentation说明:“NuGet身份验证任务是使用Azure工件和其他Nu

由于“NuGet Authenticate”是一项now而不是“NuGet”任务,因此在推送包时如何发布管道元数据(使用参数提供的功能)?

NuGet auth主要用于验证某些三方源和非组织源。Nuget任务可用于恢复、打包和发布。It和nuget auth任务不是相互替代的,它们是互补的。要发布包元数据,需要使用nuget任务并指定“nuget”任务的
publishPackageMetadata
argumentDocumentation说明:“NuGet身份验证任务是使用Azure工件和其他NuGet存储库进行身份验证的新推荐方法。此任务不再采用新功能,只解决了关键错误”。此外,“NuGet authenticate”任务的示例使用脚本任务执行NuGet命令行以进行还原/推送等。