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

[Enhancement] Deploy only Diff #64

Closed
zeusware opened this issue Jul 4, 2023 · 2 comments
Closed

[Enhancement] Deploy only Diff #64

zeusware opened this issue Jul 4, 2023 · 2 comments
Labels
enhancement Approved new feature or enhancement v3.0
Milestone

Comments

@zeusware
Copy link
Contributor

zeusware commented Jul 4, 2023

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)

  • 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

@zeusware zeusware added enhancement Approved new feature or enhancement not-reviewed Issue that needs reviewed labels Jul 4, 2023
@DamianSuess
Copy link
Collaborator

Duplicate of #45. Let's make this happen. I too feel the pain, especially over a slow VPN 👍

@DamianSuess DamianSuess added this to the v3.0 milestone Jul 5, 2023
@DamianSuess DamianSuess added v3.0 and removed not-reviewed Issue that needs reviewed labels Jul 5, 2023
@DamianSuess
Copy link
Collaborator

Closing as duplicate of #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Approved new feature or enhancement v3.0
Projects
None yet
Development

No branches or pull requests

2 participants