Skip to content

Releases: SaintSkeeta/TDS.BuildExtensions.GitDeltaDeploy

v3.0.0

29 Feb 03:07

Choose a tag to compare

SaintSkeeta.TDS.Extensions.GitDeltaDeploy Version 3
– Rename of the NuGet package
– Compatibility with the new YML serialization format
– A fix to a known issue where the order of the ‘targets’ file was dependent on other .targets files in the project file
– Made ‘DeltaArtifactsFolder’ configurable, changing the default from ‘{project}/Report’ to ‘{project}/bin/Delta’
– The removal of redundant conditions and operations
– A demo solution setup for testing different deployment scenarios offline (using a local git repo data)

https://www.seanholmesby.com/gitdeltadeploy-version-3-released/

v2.0.2

28 Dec 18:35

Choose a tag to compare

Hedgehog.TDS.Extensions.GitDeltaDeploy

  • Fixed projects with spaces in their paths.
  • Fixed empty file list for File Delta Deploys.

v2.0.1

15 Sep 21:06

Choose a tag to compare

Hedgehog.TDS.Extensions.GitDeltaDeploy

  • Fixed file path comparison for delta check of files included in an Update Package using TDS Multi-Project bundling.
  • Added performance improvements for item file path comparison in the delta check.

v2.0.0

09 Sep 21:26

Choose a tag to compare

Hedgehog.TDS.Extensions.GitDeltaDeploy

  • Added the ability to do deltas based on git tags.
  • Added the ability to have TDS do a file delta, not just an item delta deployment.
  • Fixed Deltas for Update Packages
  • Added output of the last git commit id to the output folder, for allowing deployment servers to assist in automating the delta process.