Skip to content

Instantly share code, notes, and snippets.

@vtml
Last active September 11, 2019 06:12
Show Gist options
  • Save vtml/e7b5b52a8031029a8b99969e61b87991 to your computer and use it in GitHub Desktop.
Save vtml/e7b5b52a8031029a8b99969e61b87991 to your computer and use it in GitHub Desktop.
Hedgehog Team Development for Sitecore (TDS) v5.8 Review
<!-- BEGIN: changes to exclude Hedgehog DLL's during Web Deploy package generation -->
<Copy SourceFiles="$(MSBuildThisFileDirectory)HedgehogDevelopment.SitecoreProject.WebDeployClient.dll" DestinationFolder="$(_OutputPath)\Bin" Condition="'$(WebDeployPackageCodeAndItemOptions)' != 'CodeOnly' and '$(SkipHedgehogDLLs)' != 'True'" />
<Copy SourceFiles="$(MSBuildThisFileDirectory)HedgehogDevelopment.SitecoreProject.PackageInstallPostProcessor.dll" DestinationFolder="$(_OutputPath)\Bin" SkipUnchangedFiles="true" Condition="'$(WebDeployPackageCodeAndItemOptions)' != 'CodeOnly' and '$(SkipHedgehogDLLs)' != 'True'" />
<!-- END: changes to exclude Hedgehog DLL's during Web Deploy package generation -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment