You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If using many nuget packages at a project, the tar 'complete' project folder and transport it, unpack it, is quite time intensive.
In VS u have normaly the Commands
(i use german, so sorry if the translation is incorrect, but i guess u know waht i mean)
Clean Project
Clean Solution
Build Project
Re-Build Project
Build Solution
Re-Build Solution
on such Re-Build task it is not necessary to transport the whole stuff.
Options
B4 Re-Build iterate and Cache the FileInfo's with path, name and TimeStamp
After Re-Build check what's changed in the local build folder (compare with new iteration)
Just copy/delete to target the modificated files.
With best regards
The text was updated successfully, but these errors were encountered:
Description
If using many nuget packages at a project, the tar 'complete' project folder and transport it, unpack it, is quite time intensive.
In VS u have normaly the Commands
(i use german, so sorry if the translation is incorrect, but i guess u know waht i mean)
on such Re-Build task it is not necessary to transport the whole stuff.
Options
B4 Re-Build iterate and Cache the FileInfo's with path, name and TimeStamp
After Re-Build check what's changed in the local build folder (compare with new iteration)
Just copy/delete to target the modificated files.
With best regards
The text was updated successfully, but these errors were encountered: