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

cpack should leave the nupkg in the current directory #231

Closed
alanstevens opened this issue Apr 8, 2015 · 0 comments
Closed

cpack should leave the nupkg in the current directory #231

alanstevens opened this issue Apr 8, 2015 · 0 comments

Comments

@alanstevens
Copy link

Current behavior:
If I execute cpack MyPackage\MyPackage.nuspec, the nupkg file is created under the MyPackage directory.

Expected Behavior:
The package is created in the current directory, that is, the directory from which I executed cpack.

Note:
The previous behavior of the command matched the expected behavior.

@ferventcoder ferventcoder self-assigned this Apr 9, 2015
@ferventcoder ferventcoder added this to the 0.9.9.5 milestone Apr 9, 2015
ferventcoder added a commit that referenced this issue Apr 11, 2015
When running choco pack, the resulting nupkg used to be created in the current
directory and not necessarily in the same directory as the nuspec file. The
previous behavior is preferred. Allow for the package to be created in the
current working directory instead of the nuspec directory.
ferventcoder added a commit to ferventcoder/choco that referenced this issue Apr 11, 2015
* stable:
  (chocolateyGH-231) nupkg should be created in current directory
  (chocolateyGH-232) Pack includes files from nuspec directory
  (chocolateyGH-164) Fix "The path is not of a legal form"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants