Merge pull request #13440 from MichaelSimons/bundled-templates-fix
[release/6.0.1xx] Fix issue with BundledTemplates condition
This commit is contained in:
commit
3ee3845f3e
1 changed files with 4 additions and 4 deletions
|
@ -97,7 +97,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<BundledTemplates Include="@(CurrentVersionBundledTemplates)" />
|
||||
<BundledTemplates Include="@(PreviousVersionBundledTemplates)" Condition="$(ProductMonikerRid.StartsWith('win'))" />
|
||||
<BundledTemplates Include="@(PreviousVersionBundledTemplates)" Condition="'$(DotNetBuildFromSource)' != 'true'" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue