豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.12 KB

File metadata and controls

39 lines (24 loc) · 1.12 KB
title NuGet Warning NU3033
description NU3033 Warning code
author heng-liu
ms.author henli
ms.date 3/18/2019
ms.topic reference
ms.reviewer dtivel
f1_keywords
NU3033

NuGet Warning NU3033

Scenario 1

Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': A repository primary signature must not have a repository countersignature.

Issue

The primary signature should be either an author signature or a repository signature. A repository primary signature cannot have a repository countersignature.

Solution

Try to re-sign the package with either an author signature or a repository signature as the primary signature, then re-countersign the package.

Scenario 2

Package 'SamplePackage v1.0.0' from source 'https://contoso.com/index.json': A repository primary signature must not have a repository countersignature.

Issue

The primary signature should be either an author signature or a repository signature. A repository primary signature cannot have a repository countersignature.

Solution

Contact the repository that countersigned the package.