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.