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

FluentMigrator.Console isn't usable in the same way as before #846

Closed
fubar-coder opened this issue Apr 16, 2018 · 1 comment
Closed

FluentMigrator.Console isn't usable in the same way as before #846

fubar-coder opened this issue Apr 16, 2018 · 1 comment
Milestone

Comments

@fubar-coder
Copy link
Member

The following problems exist:

  1. The tool isn't added to the tools/ directory
  2. The dependencies aren't in the tools/ directory either

Solution:

Adding the tool to the tools/ directory can be fixed by either adding an IsTool property with value true or by setting BuildOutputTargetFolder=Tools. Both solutions don't fix the problem 2. The IsTool property has the additional problem that the tools aren't put under the TFM directory.

See issue NuGet/Home#4360 for further information.

Workaround:

We'll do a dotnet publish and provide our own nuspec file.

@fubar-coder fubar-coder added this to the 2.0.1 milestone Apr 16, 2018
@fubar-coder
Copy link
Member Author

Workaround implemented and 2.0.1 is released

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

No branches or pull requests

1 participant