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

[Test Failure] Version.txt didn’t created under the installed package folder after installing package ‘TestPackage.SupportingMultipleFrameworks.1.2.0’ #3629

Closed
v-luzh opened this issue Oct 9, 2016 · 3 comments
Assignees
Labels
Functionality:Restore Product:VS.PMConsole RegressionFromPreviousRTM A regression from the last RTM. Example: worked in 6.2, doesn't work in 6.3 Type:Bug
Milestone

Comments

@v-luzh
Copy link

v-luzh commented Oct 9, 2016

Repro Steps:

  1. New a VB ClassLibrary project.
  2. Open ‘Manage NuGet Packages…’ and click ‘Browse’ tab.
  3. Install package ‘TestPackage.SupportingMultipleFrameworks.1.2.0’.
  4. Check the version.txt under C:\school[ProjectName]\TestPackage.SupportingMultipleFrameworks.1.2.0

Expected Result:
There is a version.txt file under the package folder as below screenshot.
expected

Actual Result:
There is no version.txt file under the package folder as below screenshot. The file was moved under 'tools' folder.
noversionfile

Note:

  1. It happened on Dev14 MU3.5 25431.01+NuGet 3.6.0-RC-1968.
  2. It doesn’t repro on Dev14 MU3.5 25431.01+NuGet 3.5.0-RTM-1938.
  3. It doesn’t repro on Dev14 MU3.5 25431.01+NuGet 3.6.0-Beta1-1954.
  4. It doesn’t repro on NuGet 3.4.4.1321.
@rrelyea rrelyea added this to the 3.6 RC milestone Oct 11, 2016
@rrelyea rrelyea assigned emgarten and mishra14 and unassigned emgarten Oct 11, 2016
@rrelyea
Copy link
Contributor

rrelyea commented Oct 12, 2016

Concerned here because this looks like a behavior change for packages.config scenarios. Please work with @emgarten as needed.

@joelverhagen
Copy link
Member

@mishra14 and I looked at this. This is a regression caused by NuGet/NuGet.Client@4cccb13. There is a faulty assumption that install.ps1 is always directly under the tools directory.

@mishra14
Copy link
Contributor

@v-luzh : I have fixed this in NuGet/NuGet.Client#935

Please test with dev build 1985 to validate.

@rrelyea rrelyea added Product:VS.PMConsole RegressionFromPreviousRTM A regression from the last RTM. Example: worked in 6.2, doesn't work in 6.3 labels Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functionality:Restore Product:VS.PMConsole RegressionFromPreviousRTM A regression from the last RTM. Example: worked in 6.2, doesn't work in 6.3 Type:Bug
Projects
None yet
Development

No branches or pull requests

5 participants