Skip to content

Arcade packages not signed? #2008

@ericstj

Description

@ericstj

I happened to create a new VM with VS2019 and my nuget config had

  <config>
    <add key="signatureValidationMode" value="require" />
  </config>

This was causing corefx build to fail with an error Build Failed - no log no other text.

When I manually ran dotnet build on our root project I saw the following:

D:\corefx\Directory.Build.props(259,3): error : Package 'Microsoft.DotNet.Arcade.Sdk 1.0.0-beta.19081.1' from source 'https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json': signatureValidationMode is set to require, so packages are allowed only if signed by trusted signers; however, this package is unsigned.
D:\corefx\Directory.Build.props(259,31): error MSB4236: The SDK 'Microsoft.DotNet.Arcade.Sdk' specified could not be found.

Seems like we should be signing arcade packages?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions