Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Why nuget restore generates Nuget folder under CI? #742

Closed
devovercome opened this issue May 20, 2018 · 1 comment
Closed

Why nuget restore generates Nuget folder under CI? #742

devovercome opened this issue May 20, 2018 · 1 comment

Comments

@devovercome
Copy link

Hi!

I believe my question is similar to #433

I have a private git-server, which has post-receive hook.
This hook simply invokes kinda build.cmd
Which calls nuget restore inside solution folder:
MySln.sln
\src\Projects*.csproj

Somehow, under this CI routine, I am getting the .nuget and NuGet folders, so solution wont build.
But when I call build.cmd directly (double-click), I am getting the packages folder, and solution will be built.

I dont understand, whats the difference?
I tried with and without argument "solution name"

Best regards

@weshaggard
Copy link
Member

@devovercome I think this is more of a question for the nuget team so I would suggest you move the issue to http://github.com/nuget/home

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants