Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Prevent release packages from being generated in NuGet pkg dir #67

Closed
caesay opened this issue Apr 12, 2022 · 1 comment
Closed

Prevent release packages from being generated in NuGet pkg dir #67

caesay opened this issue Apr 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@caesay
Copy link
Member

caesay commented Apr 12, 2022

People often navigate to the %userprofile%\.nuget\... Squirrel directory, and run Squirrel.exe from there. They often also do not provide a release dir, meaning resulting packages are created inside the NuGet directory. In this case, we should default to a temp directory, or maybe a default directory like %userprofile%\SquirrelClowd.

When we use this default directory should also print a warning showing the folder we used and mentioning the -r argument.

I think we should do this any time CurrentDirectory == BaseDirectory, so this will also impact people who have downloaded the tools from GH, and extracted the zip in their downloads directory.

@caesay caesay added the enhancement New feature or request label Apr 12, 2022
@caesay
Copy link
Member Author

caesay commented May 23, 2022

This is no longer relevant as in 3.x the only way to run the Squirrel package generator is through the csq tool.

@caesay caesay closed this as completed May 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant