Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FileNotFoundException caused by missing a .dll from the tools package #6

Merged
merged 1 commit into from
Oct 18, 2018
Merged

Conversation

natemcmaster
Copy link
Contributor

Currently version 1.2.3 of the tool fails with

  Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Extensions.CommandLineUtils, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
     at NuGetKeyVaultSignTool.Program.Main(String[] args)

PrivateAssets="All" causes this assembly to be excluded from the tools nupkg.

cc @onovotny

@clairernovotny clairernovotny merged commit cbaddb2 into novotnyllc:master Oct 18, 2018
@clairernovotny
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants