Last active
September 11, 2019 06:12
-
-
Save vtml/e7b5b52a8031029a8b99969e61b87991 to your computer and use it in GitHub Desktop.
Hedgehog Team Development for Sitecore (TDS) v5.8 Review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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