Skip to content

nuget.targets not found #4

@robstruthers

Description

@robstruthers

Installed product versions

  • Visual Studio: Visual Studio 2019
  • This extension: 3.0.37

Description

I have been using this extension with app.config by writing my own parameter.xml but then using the tool to generate the SetParameters files and nest them in the project. I have found that when the project is nested inside another folder in the solution the extension is looking in the wrong place for the .nuget directory.

Steps to recreate

  1. Create a new project nested inside another directory inside the solution
  2. Try to Generate SetParameter file.
  3. Or Try to nest an existing SetParameter File

Current behavior

Currently an error window shows the below:
image

The location of .nuget folder is the same as the solution file (in this example: C:\Code\TransactionImporter\.nuget)

The extension is trying to find it in C:\Code\TransactionImporter\src\TransactionImporter\.nuget

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions