-
I'm creating an msbuild task which we deliver as a nuget package. Everything works fine so far, the task does what it should but a problem is the installation of the nuget package. It takes around 5 minutes to install the nuget package and there is not real log to identify the source of the lag. During development I simply increase the version number to show a new package version. Afterwards I go to a demo project that contains the nuget package. I then simply update the nuget package in my demo project to the latest version, and this is what I get:
After around 5 minutes I get this output
The problem is that I do not see who is wasting time. Is there anything I can do to get more logging? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answered by: #12083 |
Beta Was this translation helpful? Give feedback.
Answered by: #12083