File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Umbraco.Cms.Integrations.Commerce.Shopify/build
Umbraco.Cms.Integrations.Crm.Dynamics/build Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 7
7
<ItemGroup >
8
8
<ShopifyPropertyEditorFiles Include =" $(ShopifyPropertyEditorFilesPath)" />
9
9
<!-- Remove incompatible views based on TFM -->
10
- <Choose >
11
- <When Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
12
- <ShopifyPropertyEditorFiles Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\Render\*.*" />
13
- </When >
14
- <Otherwise >
15
- <ShopifyPropertyEditorFiles Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\RenderV8\*.*" />
16
- </Otherwise >
17
- </Choose >
10
+ <ShopifyPropertyEditorFiles Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\Render\*.*" />
11
+ <ShopifyPropertyEditorFiles Condition =" '$(TargetFrameworkIdentifier)' != '.NETFramework'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\RenderV8\*.*" />
18
12
</ItemGroup >
19
13
<Message Text =" Copying Shopify Property Editor files: $(ShopifyPropertyEditorFilesPath) - #@(ShopifyPropertyEditorFiles->Count()) files" Importance =" high" />
20
14
<Copy SourceFiles =" @(ShopifyPropertyEditorFiles)" DestinationFiles =" @(ShopifyPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles =" true" />
Original file line number Diff line number Diff line change 7
7
<ItemGroup >
8
8
<DynamicsPropertyEditorFiles Include =" $(DynamicsPropertyEditorFilesPath)" />
9
9
<!-- Remove incompatible views based on TFM -->
10
- <Choose >
11
- <When Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
12
- <DynamicsPropertyEditorFiles Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\Render\*.*" />
13
- </When >
14
- <Otherwise >
15
- <DynamicsPropertyEditorFiles Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\RenderV8\*.*" />
16
- </Otherwise >
17
- </Choose >
10
+ <DynamicsPropertyEditorFiles Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\Render\*.*" />
11
+ <DynamicsPropertyEditorFiles Condition =" '$(TargetFrameworkIdentifier)' != '.NETFramework'" Remove =" $(MSBuildThisFileDirectory)..\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\RenderV8\*.*" />
18
12
</ItemGroup >
19
13
<Message Text =" Copying Dynamics Property Editor files: $(DynamicsPropertyEditorFilesPath) - #@(DynamicsPropertyEditorFiles->Count()) files" Importance =" high" />
20
14
<Copy SourceFiles =" @(DynamicsPropertyEditorFiles)" DestinationFiles =" @(DynamicsPropertyEditorFiles->'$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\Crm\Dynamics\%(RecursiveDir)%(Filename)%(Extension)')" SkipUnchangedFiles =" true" />
You can’t perform that action at this time.
0 commit comments